Skip to content

Commit

Permalink
Update Xcode/Swift versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Dec 1, 2024
1 parent 49506d9 commit e00993e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
MacOS:
strategy:
matrix:
xcode_version: ['15.2', '15.3']
xcode_version: ['15.3', '15.4', '16.0', '16.1']
runs-on: macos-14
steps:
- uses: actions/checkout@v2
Expand Down
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 e00993e

Please sign in to comment.