From 5eea765350d441b3eb0bac8a2b9c1f042d068955 Mon Sep 17 00:00:00 2001 From: Damien Mathieu <42@dmathieu.com> Date: Tue, 18 Nov 2025 16:08:51 +0100 Subject: [PATCH] Upgrade macos tests to latest (#7597) GitHub is deprecating the macos-13 runners. In fact, we should probably have upgraded much earlier. https://github.com/actions/runner-images/issues/13046 --- .github/workflows/ci.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc2d71ad4..41c3bde8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,7 @@ jobs: arch: amd64 - os: ubuntu-22.04-arm arch: arm64 - - os: macos-13 + - os: macos-latest arch: amd64 - os: macos-latest arch: arm64 diff --git a/README.md b/README.md index fc16a93ac..c63359543 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ Currently, this project supports the following environments. | Ubuntu | 1.24 | 386 | | Ubuntu | 1.25 | arm64 | | Ubuntu | 1.24 | arm64 | -| macOS 13 | 1.25 | amd64 | -| macOS 13 | 1.24 | amd64 | +| macOS | 1.25 | amd64 | +| macOS | 1.24 | amd64 | | macOS | 1.25 | arm64 | | macOS | 1.24 | arm64 | | Windows | 1.25 | amd64 |