From 2585ead211914cdf1c83f6cc96fd268a6d1f1689 Mon Sep 17 00:00:00 2001 From: Lucas Franceschino Date: Wed, 22 Jan 2025 10:25:51 +0100 Subject: [PATCH] fix(ci): GHA is deprecating `macos-12`, use `macos-13` instead See https://github.com/actions/runner-images/issues/10721. The CI currently fails, it seems related, but it is a bit strange. --- .github/workflows/test_installs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_installs.yml b/.github/workflows/test_installs.yml index f7dc327e9..9f5bc725f 100644 --- a/.github/workflows/test_installs.yml +++ b/.github/workflows/test_installs.yml @@ -22,7 +22,7 @@ jobs: - ubuntu-latest - ubuntu-20.04 - macos-latest - - macos-12 + - macos-13 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3