From 1f2f87e961f61c8e2968925db0489c4d4d44053f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Sat, 30 Nov 2024 13:55:12 +0100 Subject: [PATCH] Update Xcode/Swift versions to test --- .github/workflows/bazel.yml | 4 ++-- .github/workflows/swiftpm.yml | 4 ++-- .github/workflows/xcodebuild.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 8b45d5a8..de8e16e0 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -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 @@ -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 }} diff --git a/.github/workflows/swiftpm.yml b/.github/workflows/swiftpm.yml index 03d59952..8e1782a7 100644 --- a/.github/workflows/swiftpm.yml +++ b/.github/workflows/swiftpm.yml @@ -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 @@ -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 }} diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index 1829e2c0..91433ac6 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -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