File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
os : windows-latest,
19
19
build_type : " Release" , cc: "cl", cxx: "cl",
20
20
# 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"
22
22
}
23
23
- {
24
24
name : " Ubuntu gcc" ,
31
31
build_type : " Release" , cc: "clang", cxx: "clang++"
32
32
}
33
33
- {
34
- name : " MacOS clang " ,
34
+ name : " MacOS gcc " ,
35
35
os : macos-latest,
36
- build_type : " Release" , cc: "clang ", cxx: "clang ++"
36
+ build_type : " Release" , cc: "gcc ", cxx: "g ++"
37
37
}
38
38
steps :
39
39
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments