From daeeea0e68b6c5c490fca300df2385f2f05c2c9e Mon Sep 17 00:00:00 2001 From: Francis De Brabandere Date: Wed, 24 Apr 2024 09:34:18 +0200 Subject: [PATCH] ci: pin to macOS-13 `macOS-latest` defaults to `macOS-14-arm` that has cargo missing see https://github.com/actions/runner-images/issues/9732 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e3c15c6..4f47e78 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,7 @@ jobs: platform: - os: ubuntu-latest - os: windows-latest - - os: macOS-latest + - os: macOS-13 runs-on: ${{ matrix.platform.os }}