Skip to content

Commit

Permalink
[Test-macOS] Fix warning when trying to install gcc 14 on ARM runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jun 28, 2024
1 parent 8d884bb commit 9983299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
xcode-version: '15.2'

- name: Install GCC 14
if: ${{ contains(matrix.c_compiler, 'gcc-14') }}
if: ${{ contains(matrix.c_compiler, 'gcc-14') && contains(matrix.arch, 'x64') }}
shell: bash
run:
brew install gcc@14
Expand Down

0 comments on commit 9983299

Please sign in to comment.