From 3cca06e4ae8e906e82de41a9f4f1194331b0100c Mon Sep 17 00:00:00 2001 From: John Fairhurst Date: Wed, 7 Jan 2026 18:44:18 +0000 Subject: [PATCH] Update CI Xcode & Ruby --- .github/workflows/test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 236d86e..586a1ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - xcode: ['26.1.0-beta'] + xcode: ['26.1'] steps: - uses: maxim-lobanov/setup-xcode@v1 with: @@ -69,11 +69,8 @@ jobs: matrix: rby: - short: '2.7' - - short: '3.0' - - short: '3.1' - - short: '3.2' - - short: '3.3' - short: '3.4' + - short: '4.0' steps: - uses: actions/checkout@v4 with: