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 a7f4e0e commit 1f2f87e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -22,7 +22,7 @@ jobs:
Linux:
strategy:
matrix:
tag: ['5.8-focal', '5.9-focal', '5.10-focal']
tag: ['5.8-focal', '5.9-focal', '5.10-focal', '6.0-focal']
runs-on: ubuntu-latest
container:
image: swift:${{ matrix.tag }}
Expand Down
4 changes: 2 additions & 2 deletions .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 All @@ -24,7 +24,7 @@ jobs:
Linux:
strategy:
matrix:
tag: ['5.8', '5.9', '5.10']
tag: ['5.8', '5.9', '5.10', '6.0']
runs-on: ubuntu-latest
container:
image: swift:${{ matrix.tag }}
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 1f2f87e

Please sign in to comment.