Skip to content

Commit

Permalink
Update cmake-mac.yml
Browse files Browse the repository at this point in the history
gcc 13 test
  • Loading branch information
CharJon authored Jun 19, 2024
1 parent f5da5bc commit 3689d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: >
cmake -B ${{github.workspace}}/build
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
-DCMAKE_C_COMPILER=gcc
-DCMAKE_CXX_COMPILER=g++
-DCMAKE_C_COMPILER=gcc@13
-DCMAKE_CXX_COMPILER=g++@13
-DSCIP_DIR=/opt/homebrew/Cellar/scip/9.0.0/
- name: Build
Expand Down

0 comments on commit 3689d32

Please sign in to comment.