Skip to content

Commit

Permalink
Fix SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
g-mark committed Jun 7, 2024
1 parent 709ffe4 commit 78343ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
continue-on-error: true

build-and-test-swiftpm:
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -107,7 +107,7 @@ jobs:
xcodebuild build \
-project "Example/SwiftPM/Lasso-SwiftPM/Lasso-SwiftPM.xcodeproj" \
-scheme "Lasso-SwiftPM" \
-destination "platform=iOS Simulator,name=iPhone 11"
-destination "platform=iOS Simulator,name=iPhone 14,OS=17.4"
- name: Post job cleanup
run: git clean -ffdxq
Expand Down

0 comments on commit 78343ab

Please sign in to comment.