diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 789d3d1..eeb5e31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: name: macOS strategy: matrix: - xcode: ["16.3"] + xcode: ["16.4", "26.0"] config: ["debug", "release"] runs-on: macos-15 steps: @@ -49,7 +49,7 @@ jobs: strategy: matrix: swift: - - "6.1" + - "6.2" runs-on: ubuntu-latest container: swift:${{ matrix.swift }} steps: