From 7c0c3ab5c2ea2bb11631b340bd71713dc1655aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Barri=C3=A9?= Date: Tue, 25 Nov 2025 17:37:34 +0100 Subject: [PATCH] Stop testing on macos-13 These runners are closing down: https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ --- .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 3f85fded..4a79be45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-14 + - macos-latest - windows-latest ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} env: @@ -32,7 +32,7 @@ jobs: - { os: ubuntu-24.04-arm, ruby: 3.4 } - { os: ubuntu-latest , ruby: 3.4, env: "JSON_DISABLE_SIMD=1" } - { os: ubuntu-latest , ruby: 3.4, env: "JSON_DEBUG=1" } - - { os: macos-13, ruby: 3.4 } + - { os: macos-14, ruby: 3.4 } - { os: windows-latest , ruby: mswin } # ruby/ruby windows CI - { os: macos-latest , ruby: jruby-9.4 } # Ruby 3.1 - { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1