Skip to content

Commit

Permalink
🔨 [CI] Don't try to build on MacOS GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Dec 11, 2024
1 parent c18296f commit a5dd2dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
os: macos-latest,
cmake_configure_args: -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++,
}
- {
name: MacOS GCC,
os: macos-latest,
cmake_configure_args: -D CMAKE_C_COMPILER=gcc-13 -D CMAKE_CXX_COMPILER=g++-13,
}
build_type:
- Debug
- Release
Expand Down

0 comments on commit a5dd2dd

Please sign in to comment.