Skip to content

Commit

Permalink
Update ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wzxha committed Dec 8, 2023
1 parent 6a1c59d commit f261a57
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,15 @@ jobs:
fail-fast: false
matrix:
include:
- destination: "OS=17.0,name=iPhone 14 Pro"
- destination: "OS=17.0.1,name=iPhone 14 Pro"
name: "iOS 17.0"
xcode: "Xcode_15.0"
runsOn: macOS-13
- destination: "OS=16.4,name=iPhone 14 Pro"
name: "iOS 16.4"
xcode: "Xcode_14.3.1"
runsOn: macOS-12
runsOn: macOS-13
- destination: "OS=15.5,name=iPhone 13 Pro"
name: "iOS 15.5"
xcode: "Xcode_14.3.1"
runsOn: macOS-12
runsOn: macOS-11
steps:
- uses: actions/checkout@v4
- name: Install xcpretty
Expand Down

0 comments on commit f261a57

Please sign in to comment.