Skip to content

Commit 90bb821

Browse files
committed
updated test matrix
1 parent ed8cc3d commit 90bb821

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: windows-latest,
1919
build_type: "Release", cc: "cl", cxx: "cl",
2020
#this path will change at some point when VC2022 is released I guess
21-
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
21+
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
2222
}
2323
- {
2424
name: "Ubuntu gcc",
@@ -31,9 +31,9 @@ jobs:
3131
build_type: "Release", cc: "clang", cxx: "clang++"
3232
}
3333
- {
34-
name: "MacOS clang",
34+
name: "MacOS gcc",
3535
os: macos-latest,
36-
build_type: "Release", cc: "clang", cxx: "clang++"
36+
build_type: "Release", cc: "gcc", cxx: "g++"
3737
}
3838
steps:
3939
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)