Skip to content

Commit

Permalink
Fix macOS GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Aug 16, 2024
1 parent 1f174ef commit b3a7c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
with:
xcode-version: '14.3.1'

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

- name: Building and testing bit7z
uses: ./.github/actions/test_action
Expand Down

0 comments on commit b3a7c14

Please sign in to comment.