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