File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
jobs :
8
8
build :
9
- runs-on : windows-latest
9
+ runs-on : windows-2022
10
10
env :
11
11
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
12
12
steps :
33
33
34
34
test :
35
35
needs : build
36
- runs-on : windows-latest
36
+ runs-on : windows-2022
37
37
steps :
38
38
- name : Download artifacts
39
39
uses : actions/download-artifact@v1.0.0
90
90
91
91
pack-push-ci :
92
92
needs : test
93
- runs-on : windows-latest
93
+ runs-on : windows-2022
94
94
env :
95
95
GH_PKG_SEC : ${{ secrets.GH_PKG_REPO }}
96
96
steps :
@@ -124,7 +124,7 @@ jobs:
124
124
clean :
125
125
needs : [build, test, pack-push-ci]
126
126
if : always()
127
- runs-on : windows-latest
127
+ runs-on : windows-2022
128
128
steps :
129
129
- name : Delete artifacts
130
130
uses : GeekyEggo/delete-artifact@v1.0.0
Original file line number Diff line number Diff line change 7
7
required : true
8
8
jobs :
9
9
build :
10
- runs-on : windows-latest
10
+ runs-on : windows-2022
11
11
env :
12
12
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
13
13
steps :
34
34
35
35
test :
36
36
needs : build
37
- runs-on : windows-latest
37
+ runs-on : windows-2022
38
38
steps :
39
39
- name : Download artifacts
40
40
uses : actions/download-artifact@v1.0.0
90
90
91
91
pack-push-release :
92
92
needs : test
93
- runs-on : windows-latest
93
+ runs-on : windows-2022
94
94
env :
95
95
GH_PKG_SEC : ${{ secrets.GH_PKG_REPO }}
96
96
steps :
@@ -120,7 +120,7 @@ jobs:
120
120
clean :
121
121
needs : [build, test, pack-push-release]
122
122
if : always()
123
- runs-on : windows-latest
123
+ runs-on : windows-2022
124
124
steps :
125
125
- name : Delete artifacts
126
126
uses : GeekyEggo/delete-artifact@v1.0.0
Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
jobs :
8
8
build :
9
- runs-on : windows-latest
9
+ runs-on : windows-2022
10
10
env :
11
11
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
12
12
steps :
33
33
34
34
test :
35
35
needs : build
36
- runs-on : windows-latest
36
+ runs-on : windows-2022
37
37
steps :
38
38
- name : Download artifacts
39
39
uses : actions/download-artifact@v1.0.0
60
60
clean :
61
61
needs : [build, test]
62
62
if : always()
63
- runs-on : windows-latest
63
+ runs-on : windows-2022
64
64
steps :
65
65
- name : Delete artifacts
66
66
uses : GeekyEggo/delete-artifact@v1.0.0
You can’t perform that action at this time.
0 commit comments