Skip to content

Commit

Permalink
[Test-macOS] Test fix for macOS GitHub runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jun 29, 2024
1 parent 9f107b8 commit 0b93b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
xcode-version: '15.3'

- name: Install XCode
if: ${{ contains(matrix.os, 'macos-13') && contains(matrix.c_compiler, 'gcc-14')}}
if: ${{ contains(matrix.os, 'macos-13') && contains(matrix.c_compiler, 'gcc-14') }}
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
Expand All @@ -81,7 +81,7 @@ jobs:
if: ${{ contains(matrix.os, 'macos-13') && ( contains(matrix.c_compiler, 'gcc-11') || contains(matrix.c_compiler, 'gcc-12') || contains(matrix.c_compiler, 'gcc-13') ) }}
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1'
xcode-version: '14.3.1'

- name: Install GCC 14
if: ${{ contains(matrix.c_compiler, 'gcc-14') }}
Expand Down

0 comments on commit 0b93b3b

Please sign in to comment.