From 7d2faa41db85ca97adbfd7d0158fed65fac2525d Mon Sep 17 00:00:00 2001 From: Guilherme Souza Date: Sat, 18 Oct 2025 07:56:21 -0300 Subject: [PATCH] ci: add Xcode 26 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: