Skip to content

Commit

Permalink
Update Xcode versions to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Nov 30, 2024
1 parent 3db8072 commit 3de1e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
Xcode:
strategy:
matrix:
xcode_version: ['14.3.1', '15.2', '15.3']
xcode_version: ['15.3', '15.4', '16.0', '16.1']
runs-on: macos-14
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
Xcode:
strategy:
matrix:
xcode_version: ['14.3.1', '15.2', '15.3']
xcode_version: ['15.3', '15.4', '16.0', '16.1']
runs-on: macos-14
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3de1e58

Please sign in to comment.