Commit 1481762 1 parent 24030ab commit 1481762 Copy full SHA for 1481762
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
38
38
}
39
39
- {
40
40
name : " Windows Latest MSVC" ,
41
- os : windows-latest ,
41
+ os : windows-2019 ,
42
42
cmake_vars : " -DVCPKG_TARGET_TRIPLET=x64-windows-static-md" ,
43
43
cmake-preset : msvc-release,
44
44
artifacts : " build/lunchtoast.exe"
45
45
}
46
46
steps :
47
47
- name : Install ninja (Windows)
48
- if : matrix.config.os == 'windows-latest '
48
+ if : matrix.config.os == 'windows-2019 '
49
49
run : choco install ninja
50
50
- name : Install ninja (Linux)
51
51
if : matrix.config.os == 'ubuntu-20.04'
78
78
functional_test_windows :
79
79
name : Functional testing (Windows)
80
80
needs : build
81
- runs-on : windows-latest
81
+ runs-on : windows-2019
82
82
steps :
83
83
- uses : actions/checkout@v3
84
84
- uses : msys2/setup-msys2@v2
95
95
id : pre_launch_tests
96
96
uses : actions/download-artifact@v3
97
97
with :
98
- name : lunchtoast-build-windows-latest
98
+ name : lunchtoast-build-windows-2019
99
99
path : build
100
100
- name : Launch tests
101
101
id : launch_tests
You can’t perform that action at this time.
0 commit comments