Skip to content

Commit

Permalink
🔨⚗️ [CI] Experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jan 15, 2024
1 parent c042b22 commit b8424ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- {
name: MacOS GCC,
os: macos-latest,
cmake_configure_args: -D CMAKE_C_COMPILER=gcc-13 -D CMAKE_CXX_COMPILER=g++-13,
cmake_configure_args: -D CMAKE_C_COMPILER=gcc- -D CMAKE_CXX_COMPILER=g++-,
}
build_type:
- Debug
Expand Down

0 comments on commit b8424ff

Please sign in to comment.