Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Oct 14, 2024
1 parent f268372 commit 6d130a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
pull_request:
types:
- opened
Expand All @@ -17,6 +17,6 @@ jobs:
- name: xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "14.2.0"
xcode-version: "15.4.0"
- name: package
run: xcodebuild test -scheme tkey-swift -destination "platform=iOS Simulator,OS=16.2,name=iPhone 14" COMPILER_INDEX_STORE_ENABLE=NO
run: xcodebuild test -scheme tkey-swift -destination "platform=iOS Simulator,OS=17.2,name=iPhone 15" COMPILER_INDEX_STORE_ENABLE=NO

0 comments on commit 6d130a8

Please sign in to comment.