From 583a5aaa5c1d273f2f1f1a45f26e9c228c0fc86b Mon Sep 17 00:00:00 2001 From: Ariel Richtman <10679234+arichtman@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:06:06 +1000 Subject: [PATCH] chore: upgrade deprecated runner actions/runner-images#10721 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cabf47b..f2bce6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-12, macos-14, ubuntu-latest ] + os: [ macos-13, macos-14, ubuntu-latest ] steps: - uses: actions/checkout@v4 with: