Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldavidw committed Oct 31, 2024
1 parent 00b2ab7 commit 2c644d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
strategy:
matrix:
include:
- xcode: "15.4"
ios: "17.5"
- xcode: "16.1"
ios: "17.7.1"
- xcode: "16.1"
ios: "18.1"
name: iOS (${{ matrix.ios }})
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Expand Down

0 comments on commit 2c644d5

Please sign in to comment.