From 25eb296ae57079ea689821273fc01ef17a64c74d Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Tue, 4 Nov 2025 10:45:17 -0800 Subject: [PATCH] chore(dev): switch `macos-latest` CI runner Macos-13 is deprecated and currently get phased out. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 645a9c0..5bb200f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: strategy: matrix: version: [ 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] - os: [ ubuntu-latest, macos-13, windows-latest ] + os: [ ubuntu-latest, macos-latest, windows-latest ] fail-fast: false runs-on: ${{ matrix.os }} steps: