Update .github/workflows/build.yml

This commit is contained in:
John Bampton
2024-02-20 11:07:47 +10:00
committed by GitHub
parent 9b9cbd77b0
commit 6f8ae1cbb3
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- {os: ubuntu-22.04, cc: clang, cxx: clang++}
- {os: ubuntu-20.04, cc: gcc, cxx: g++}
- {os: ubuntu-20.04, cc: clang, cxx: clang++}
- {os: macos-14-large, cc: clang, cxx: clang++}
- {os: macos-14, cc: clang, cxx: clang++}
- {os: macos-12, cc: clang, cxx: clang++}
- {os: windows-latest, cc: gcc, cxx: g++, altname: "mingw-gcc"}
env: