From 3f6126418afea8cc21c05c59041dbe3e974667f0 Mon Sep 17 00:00:00 2001 From: Ryan Walters Date: Sun, 2 Nov 2025 10:43:19 -0600 Subject: [PATCH] ci: update macOS runner versions in build workflow Update GitHub Actions macOS runners to use macos-15-intel for x86_64 and macos-15 for aarch64 targets to align with latest runner availability. --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e33e11b..345668e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,11 +23,11 @@ jobs: target: x86_64-unknown-linux-gnu artifact_name: pacman toolchain: 1.86.0 - - os: macos-13 + - os: macos-15-intel target: x86_64-apple-darwin artifact_name: pacman toolchain: 1.86.0 - - os: macos-latest + - os: macos-15 target: aarch64-apple-darwin artifact_name: pacman toolchain: 1.86.0