From ea728a4c83edcbcb2418e574445106cf649fdd8c Mon Sep 17 00:00:00 2001 From: Apprentice-Alchemist <53486764+Apprentice-Alchemist@users.noreply.github.com> Date: Sun, 21 Sep 2025 15:53:17 +0200 Subject: [PATCH] [ci] bump macOS runners. - use macos-latest for arm64 builds - use macos-15-intel for x86_64 builds --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c1ef7d2..e4b4e10b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,9 +80,9 @@ jobs: link_type: [static, dynamic] include: - arch: arm64 - os: macos-14 + os: macos-latest - arch: amd64 - os: macos-13 + os: macos-15-intel - link_type: static BREWFILE: extra/Brewfile-STATIC_DEPS_ALL STATIC_DEPS: all