From bfcbfbe2b6045406af75222542f98e565bf39dd8 Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Wed, 6 Nov 2024 11:38:59 +0100 Subject: [PATCH] feat: deprecate macos-12 context: https://github.com/actions/runner-images/issues/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 ab0090b..0cb39fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - os: [macos-12, ubuntu-latest] + os: [macos-13, ubuntu-latest] steps: - name: Checkout