Skip to content

Commit

Permalink
Keep using default compiler on Arm-hosted runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
blapie committed Oct 25, 2024
1 parent 9bc2852 commit 5ef1e7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
sudo apt-get install -y -qq build-essential cmake curl ninja-build libgmp-dev libmpfr-dev libssl-dev
# Needed for llvm builds as well for target libraries
# Use default gcc version on Arm-hosted runners, ie. gcc 11,
# since versions of 12+ are not recent enough on Ubuntu 22.04.
- name: Install gcc
if: ${{ matrix.os == 'ubuntu-24.04' }}
run: |
sudo apt-get install -y -qq gcc-${GCC_VERSION}
Expand Down

0 comments on commit 5ef1e7e

Please sign in to comment.