From cb2a24b886a24b71c3763dadbc5da068bfb0816b Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 7 Feb 2026 11:28:47 +0100 Subject: [PATCH] Does it still build on MacOS 14? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c38ef2d2..f13c7b30a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: cibuild: "*macosx*" cibw_arch: "macos_x86_64" macos-arch: "x86_64" - - os: "macos-latest" # M1 runner + - os: "macos-14" # M1 runner cibuild: "*macosx*" cibw_arch: "macos_arm64" macos-arch: "arm64"