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 44eabb9 commit dbaa150
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ jobs:
matrix:
env:
- xcode: 15.4
runtime: "iOS 15.5"
runtime: "iOS 17.5"
device: "iPhone 13 Pro"
- xcode: 15.4
runtime: "iOS 16.4"
device: "iPhone 13 Pro"
- xcode: 15.4
runtime: "iOS 14.5"
runtime: "iOS 15.5"
device: "iPhone 12 Pro Max"
- xcode: 15.4
runtime: "iOS 13.7"
Expand Down Expand Up @@ -61,7 +64,7 @@ jobs:
runtime: "watchOS 7.4"
device: "Apple Watch Series 6 - 44mm"
- xcode: 15.4
runtime: "watchOS 6.2"
runtime: "watchOS 6.2.1"
device: "Apple Watch Series 4 - 40mm"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dbaa150

Please sign in to comment.