mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-19 07:31:15 +00:00
Request latest Xcode.
This commit is contained in:
parent
349f6766ac
commit
d66b501a99
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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=-
|
||||
|
Loading…
x
Reference in New Issue
Block a user