From 94e6e88ed9f760952325f223d2296d1cff314cff Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sun, 18 Feb 2024 12:57:29 -0800 Subject: [PATCH] CI: Use free macOS runners for aarch64-apple-darwin jobs. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19d5b9a..6026eda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: include: - target: aarch64-apple-darwin - host_os: macos-13-xlarge + host_os: macos-14 - target: aarch64-pc-windows-msvc host_os: windows-latest