From 0576af1f8a28ed5f8124c90886a908384845cf05 Mon Sep 17 00:00:00 2001 From: Akseli Lukkarila Date: Wed, 30 Oct 2024 14:48:25 +0200 Subject: [PATCH] update macos runners to 13 and latest since 12 is being deprecated --- .github/workflows/maturin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index 53775566..d15a169e 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -123,9 +123,9 @@ jobs: strategy: matrix: platform: - - runner: macos-12 + - runner: macos-13 target: x86_64 - - runner: macos-14 + - runner: macos-latest target: aarch64 steps: - uses: actions/checkout@v4