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 29
29
netFrameworksAndUnitTest :
30
30
name : Build Framework & Run Unit Tests
31
31
needs : [ lintCodebase ]
32
- runs-on : windows-2019 # required version for Framework 4.0
32
+ runs-on : windows-2022 # required version for Framework 4.0
33
33
env :
34
34
REPO_SLUG : ${{ github.repository }}
35
35
BUILD_NUMBER : ${{ github.run_id }}
Original file line number Diff line number Diff line change 31
31
buildFrameworkVersions :
32
32
name : Build Framework versions
33
33
needs : [ variables ]
34
- runs-on : windows-2019 # required version for Framework 4.0
34
+ runs-on : windows-2022 # required version for Framework 4.0
35
35
steps :
36
36
- name : Checkout code
37
37
uses : actions/checkout@v4
55
55
buildStandard16 :
56
56
name : Build Standard 1.6 version
57
57
needs : [ variables ]
58
- runs-on : windows-latest
58
+ runs-on : windows-2022
59
59
steps :
60
60
- name : Checkout code
61
61
uses : actions/checkout@v4
77
77
buildStandard20 :
78
78
name : Build Standard 2.0 version
79
79
needs : [ variables ]
80
- runs-on : windows-latest
80
+ runs-on : windows-2022
81
81
steps :
82
82
- name : Checkout code
83
83
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
build :
8
8
name : Build
9
- runs-on : windows-latest
9
+ runs-on : windows-2022
10
10
steps :
11
11
- name : Set up JDK 11
12
12
uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments