Skip to content

Commit

Permalink
Update target devices and runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Aug 19, 2024
1 parent dbaa150 commit 9515147
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- xcode: 15.4
runtime: "iOS 15.5"
device: "iPhone 12 Pro Max"
- xcode: 15.4
runtime: "iOS 13.7"
device: "iPhone 11"
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -58,14 +55,14 @@ jobs:
matrix:
env:
- xcode: 15.4
runtime: "watchOS 8.5"
runtime: "watchOS 10.5"
device: "Apple Watch Ultra 2 (49mm)"
- xcode: 15.4
runtime: "watchOS 9.4"
device: "Apple Watch Series 7 - 45mm"
- xcode: 15.4
runtime: "watchOS 7.4"
runtime: "watchOS 8.5"
device: "Apple Watch Series 6 - 44mm"
- xcode: 15.4
runtime: "watchOS 6.2.1"
device: "Apple Watch Series 4 - 40mm"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9515147

Please sign in to comment.