Skip to content

Commit

Permalink
Install gcc@11 on macOS runners (see actions/runner-images#10213)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed Aug 16, 2024
1 parent 41e7aa8 commit 2296439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up macOS (AMD64 and ARM64)
if: runner.os == 'macOS'
run: |
brew install coreutils tree autoconf automake libtool
brew install coreutils tree autoconf automake libtool gcc@11
brew uninstall jq
# --- Build ---
Expand Down

0 comments on commit 2296439

Please sign in to comment.