Skip to content

Commit

Permalink
Update Xcode CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sammygutierrez committed Jul 23, 2024
1 parent a82e6b9 commit 489dbab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
xcode:
- '13.2.1' # Swift 5.5 (lowest)
- '14.0.1' # Swift 5.7 (highest)
- '14.1' # Swift 5.7 (lowest)
- '15.2' # Swift 5.9.2 (highest)
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
xcode:
- '14.0.1' # Swift 5.7 (highest)
- '15.2' # Swift 5.9.2 (highest)
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
Expand All @@ -41,8 +41,8 @@ jobs:
strategy:
matrix:
xcode:
- '13.2.1' # Swift 5.5 (lowest)
- '14.0.1' # Swift 5.7 (highest)
- '14.1' # Swift 5.7 (lowest)
- '15.2' # Swift 5.9.2 (highest)
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
Expand All @@ -56,8 +56,8 @@ jobs:
strategy:
matrix:
xcode:
- '13.2.1' # Swift 5.5 (lowest)
- '14.0.1' # Swift 5.7 (highest)
- '14.1' # Swift 5.7 (lowest)
- '15.2' # Swift 5.9.2 (highest)
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
Expand Down

0 comments on commit 489dbab

Please sign in to comment.