From 08fe0cf6be3a4af39bf3b82e17ed9611593b9361 Mon Sep 17 00:00:00 2001 From: Christopher Hicks Date: Thu, 2 Oct 2025 11:21:20 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B0=20[gha]=20retire=20macos-13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/verify.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 313a169..eb75f8e 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -13,12 +13,13 @@ defaults: run: shell: bash +# in 2025 macos-latest is macos-15 and macos-13 is about to retire jobs: test: strategy: matrix: os: - - macos-13 + - macos-14 - macos-latest - windows-latest - ubuntu-latest