From 96be7c5539e24a90457e47de63f475aaf696e758 Mon Sep 17 00:00:00 2001 From: ieow Date: Wed, 3 Apr 2024 11:35:51 +0800 Subject: [PATCH] fix: xcode-version --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d96378..e6901d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,7 @@ on: workflow_dispatch: # Checkout the code, and run mxcl's xcodebuild action to run the unit tests + jobs: test: runs-on: macos-latest @@ -25,6 +26,6 @@ jobs: - name: xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: "15.2.0" + xcode-version: latest-stable - name: package run: xcodebuild test -scheme SingleFactorAuth -destination "platform=iOS Simulator,OS=16.2,name=iPhone 14" COMPILER_INDEX_STORE_ENABLE=NO