Skip to content

Commit

Permalink
CI: install gcc-6
Browse files Browse the repository at this point in the history
The oldest we can get on Github
  • Loading branch information
robUx4 committed Jan 5, 2025
1 parent 727ebf1 commit 822621b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
target: [
{"name": "Linux GCC 14", "os": "ubuntu-latest", "cmake_env": "CC=gcc-14"},
{"name": "Linux Clang 18", "os": "ubuntu-latest", "cmake_env": "CC=clang-18"},
{"name": "Linux GCC 9", "os": "ubuntu-20.04", "cmake_env": "CC=gcc-9"},
{"name": "Linux GCC 6", "os": "ubuntu-20.04", "cmake_env": "CC=gcc-6", "install": "gcc-6"},
{"name": "Linux Clang 7", "os": "ubuntu-20.04", "cmake_env": "CC=clang-7", "install": "clang-7"},
{"name": "macOS arm64", "os": "macos-15", "cmake_env": "CMAKE_OSX_ARCHITECTURES=arm64"},
{"name": "macOS x86_64", "os": "macos-15", "cmake_env": "CMAKE_OSX_ARCHITECTURES=x86_64"},
Expand Down

0 comments on commit 822621b

Please sign in to comment.