From 1d75751e2d60bad6b5486bc042eed89fae8e5179 Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Fri, 6 Dec 2024 09:45:02 +1100 Subject: [PATCH] chore(ci): upgrade macos-12 to macos-13 Ref: actions/runner-images#10721 Signed-off-by: JP-Ellis --- .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 928ece2a..7887c9a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: 1.21.x, 1.22.x, ] - os: [ubuntu-latest, macos-12, macos-14, windows-latest] + os: [ubuntu-latest, macos-13, macos-14, windows-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout code