From fd56c3a2308293689ead422e901a423be347db8f Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Wed, 15 May 2024 08:09:38 -0700 Subject: [PATCH] Using macos-13 for now until we adapt to macos-latest --- .github/workflows/ci-rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index b0fd9db673f24..b23f74c55da3b 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -163,7 +163,7 @@ jobs: macos-stable: name: "MacOS Stable" - runs-on: macos-latest + runs-on: macos-13 needs: tests if: github.event_name != 'schedule' env: @@ -195,7 +195,7 @@ jobs: macos-debug: name: "MacOS Debug" - runs-on: macos-latest + runs-on: macos-13 needs: tests if: github.event_name != 'schedule' env: