Skip to content

Commit

Permalink
Update cmake-build.yml to macOS-14
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshe456 authored Jul 1, 2024
1 parent 3a01462 commit ad99a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# 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-12'
if: matrix.os == 'macos-14'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
Expand Down

0 comments on commit ad99a05

Please sign in to comment.