Skip to content

Commit

Permalink
Request latest Xcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarte committed Feb 4, 2025
1 parent 349f676 commit d66b501
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Make
working-directory: OSBindings/Mac
run: xcodebuild CODE_SIGN_IDENTITY=-
Expand Down

0 comments on commit d66b501

Please sign in to comment.