Skip to content

Commit

Permalink
fix: setup correct xcode version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mttbernardini committed May 7, 2024
1 parent 26de1b9 commit 2910d7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
BUILD_TYPE: RelWithDebInfo

steps:
- name: Configure Xcode
if: runner.os == 'MacOS'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 2910d7e

Please sign in to comment.