From ee7cae47227db0dce7496fe92d268f23f7bce07f Mon Sep 17 00:00:00 2001 From: Martin Rechsteiner Date: Fri, 24 May 2024 22:32:33 +0200 Subject: [PATCH] Use latest Xcode version in GitHub Actions --- .github/workflows/parchment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/parchment.yml b/.github/workflows/parchment.yml index 5b4c23f..32db64d 100644 --- a/.github/workflows/parchment.yml +++ b/.github/workflows/parchment.yml @@ -4,6 +4,9 @@ jobs: build: runs-on: macos-latest steps: + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - uses: actions/checkout@v3 - name: Unit Tests run: xcodebuild -project Parchment.xcodeproj -scheme "Parchment" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5' test