From 0c94bfb0974a25cfeea8e9d9c9e4a4ac1f71c1de Mon Sep 17 00:00:00 2001 From: Michael O'Keefe Date: Wed, 11 Dec 2024 16:47:04 -0700 Subject: [PATCH] Update to macos-latest from macos-14 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c5c57ea9..cd61f4d7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: os: - ubuntu-latest - macos-13 # Intel runner - - macos-14 # Apple Silicon runner + - macos-latest # Apple Silicon runner - windows-latest python-version: - "8" @@ -44,7 +44,7 @@ jobs: override: true - run: rustup target add aarch64-apple-darwin - if: matrix.os == 'macos-14' + if: matrix.os == 'macos-latest' - name: run cargo tests uses: actions-rs/toolchain@v1