File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 netFrameworksAndUnitTest :
3030 name : Build Framework & Run Unit Tests
3131 needs : [ lintCodebase ]
32- runs-on : windows-2019 # required version for Framework 4.0
32+ runs-on : windows-2022 # required version for Framework 4.0
3333 env :
3434 REPO_SLUG : ${{ github.repository }}
3535 BUILD_NUMBER : ${{ github.run_id }}
Original file line number Diff line number Diff line change 3131 buildFrameworkVersions :
3232 name : Build Framework versions
3333 needs : [ variables ]
34- runs-on : windows-2019 # required version for Framework 4.0
34+ runs-on : windows-2022 # required version for Framework 4.0
3535 steps :
3636 - name : Checkout code
3737 uses : actions/checkout@v4
5555 buildStandard16 :
5656 name : Build Standard 1.6 version
5757 needs : [ variables ]
58- runs-on : windows-latest
58+ runs-on : windows-2022
5959 steps :
6060 - name : Checkout code
6161 uses : actions/checkout@v4
7777 buildStandard20 :
7878 name : Build Standard 2.0 version
7979 needs : [ variables ]
80- runs-on : windows-latest
80+ runs-on : windows-2022
8181 steps :
8282 - name : Checkout code
8383 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 66jobs :
77 build :
88 name : Build
9- runs-on : windows-latest
9+ runs-on : windows-2022
1010 steps :
1111 - name : Set up JDK 11
1212 uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments