Skip to content

Commit

Permalink
fix: xcode-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Apr 3, 2024
1 parent c3326f8 commit 96be7c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 96be7c5

Please sign in to comment.