From 4c7e7ca095f84b4dbe92b24b4279b1c6a4035657 Mon Sep 17 00:00:00 2001 From: Ariel Richtman <10679234+arichtman@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:08:27 +1000 Subject: [PATCH] chore: update deprecated ci job runner version 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 833dfa8..1e20045 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,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: