From fb6cb2af515ee63d063b4d207da21f96edfa08ec Mon Sep 17 00:00:00 2001 From: beetrees Date: Sat, 24 Aug 2024 11:24:45 +0100 Subject: [PATCH 1/2] Use `macos-latest` in CI for `aarch64-apple-darwin` --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38064543..affb3a82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: matrix: include: - target: aarch64-apple-darwin - os: macos-14 + os: macos-latest rust: nightly - target: aarch64-unknown-linux-gnu os: ubuntu-latest From b44d52f6fd35ad8bd13cdb2440effe09acc1d490 Mon Sep 17 00:00:00 2001 From: beetrees Date: Sat, 24 Aug 2024 11:52:41 +0100 Subject: [PATCH 2/2] Use `macos-13` in CI for `x86_64-apple-darwin` --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index affb3a82..fddb5973 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: os: ubuntu-latest rust: nightly - target: x86_64-apple-darwin - os: macos-latest + os: macos-13 rust: nightly - target: i686-pc-windows-msvc os: windows-latest