Skip to content

Commit

Permalink
Update build-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srba authored Sep 14, 2024
1 parent 941a3ae commit 54c79db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
cmakeGenerator: UnixMakefiles
buildDirectory: '${{runner.workspace}}/build'
env:
CC: gcc-12
CXX: g++-12
CC: gcc-14
CXX: g++-14

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 54c79db

Please sign in to comment.