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: