Skip to content

Commit 6efba06

Browse files
committed
update workflow yml
1 parent 226b47a commit 6efba06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
#
2424
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2525
matrix:
26-
os: [ubuntu-latest, windows-latest]
26+
os: [ubuntu-22.04, windows-2019]
2727
build_type: [Release]
2828
c_compiler: [gcc, clang, cl]
2929
include:
30-
- os: windows-latest
30+
- os: windows-2019
3131
c_compiler: cl
3232
cpp_compiler: cl
3333
- os: ubuntu-22.04
@@ -37,9 +37,9 @@ jobs:
3737
c_compiler: clang
3838
cpp_compiler: clang++
3939
exclude:
40-
- os: windows-latest
40+
- os: windows-2019
4141
c_compiler: gcc
42-
- os: windows-latest
42+
- os: windows-2019
4343
c_compiler: clang
4444
- os: ubuntu-22.04
4545
c_compiler: cl

0 commit comments

Comments
 (0)