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 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" ,
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
You can’t perform that action at this time.
0 commit comments