Skip to content

Commit

Permalink
Use latest xcode available
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara authored Feb 5, 2024
1 parent 3ff2ca9 commit c48e4aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ jobs:
if: ${{ matrix.name == 'macOS' }}
run: brew install ninja osxutils

- name: Use latest Xcode on system (macOS)
if: ${{ maxtix.name == 'macOS' }}
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -213,7 +219,7 @@ jobs:
name: ${{ env.ARTIFACT_NAME }}.zip
path: '${{ env.ARTIFACTS_PATH }}/${{ env.ARTIFACT_NAME }}.zip'

- name: Upload DMG (MacOS)
- name: Upload DMG (macOS)
if: ${{ matrix.name == 'macOS' }}
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c48e4aa

Please sign in to comment.