File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ concurrency:
33
33
jobs :
34
34
build_win32 :
35
35
name : ' Windows (x86) Installer'
36
- runs-on : windows-latest
36
+ runs-on : windows-2022
37
37
timeout-minutes : 60
38
38
steps :
39
39
- uses : actions/checkout@v4
42
42
43
43
build_win_amd64 :
44
44
name : ' Windows (x64) Installer'
45
- runs-on : windows-latest
45
+ runs-on : windows-2022
46
46
timeout-minutes : 60
47
47
steps :
48
48
- uses : actions/checkout@v4
51
51
52
52
build_win_arm64 :
53
53
name : ' Windows (ARM64) Installer'
54
- runs-on : windows-latest
54
+ runs-on : windows-2022
55
55
timeout-minutes : 60
56
56
steps :
57
57
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
build_win32 :
11
11
name : ' build and test (x86)'
12
- runs-on : windows-latest
12
+ runs-on : windows-2022
13
13
timeout-minutes : 60
14
14
env :
15
15
IncludeUwp : ' true'
24
24
25
25
build_win_amd64 :
26
26
name : ' build and test (x64)'
27
- runs-on : windows-latest
27
+ runs-on : windows-2022
28
28
timeout-minutes : 60
29
29
env :
30
30
IncludeUwp : ' true'
41
41
42
42
build_win_arm64 :
43
43
name : ' build (arm64)'
44
- runs-on : windows-latest
44
+ runs-on : windows-2022
45
45
timeout-minutes : 60
46
46
env :
47
47
IncludeUwp : ' true'
You can’t perform that action at this time.
0 commit comments