Skip to content

Commit

Permalink
Switch to GCC 12 for Mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Sep 27, 2024
1 parent 7fa4da6 commit eb00b41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
id-token: write
contents: read
env:
CC: gcc-14
CXX: gcc-14
CC: gcc-12
CXX: gcc-12
AWS_KVS_LOG_LEVEL: 2
steps:
- name: Clone repository
Expand Down Expand Up @@ -115,8 +115,8 @@ jobs:
mac-os-m1-build-gcc:
runs-on: macos-13-xlarge
env:
CC: gcc-14
CXX: gcc-14
CC: gcc-12
CXX: gcc-12
AWS_KVS_LOG_LEVEL: 2
permissions:
id-token: write
Expand Down

0 comments on commit eb00b41

Please sign in to comment.