Skip to content

Commit

Permalink
Update cmake-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshe456 authored Jul 1, 2024
1 parent 8fa3c2d commit 3a01462
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:

# We need to specify Xcode15.3 here as the default for macos-14 runners is 15.01 which has a bug
# causing linking to fail.
- name: Setup Xcode 15.2
if: matrix.os == 'macos-latest'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
#- name: Setup Xcode 15.2
#if: matrix.os == 'macos-latest'
#uses: maxim-lobanov/setup-xcode@v1
#with:
#xcode-version: '15.2'
# We need to specify Xcode15.2 here as the default for macos-13 runners is 15.01 which has a bug
# causing linking to fail.
- name: Setup Xcode 15.2
if: matrix.os == 'macos-14'
if: matrix.os == 'macos-12'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
Expand Down

0 comments on commit 3a01462

Please sign in to comment.