From aa229caf9912d9ffb0474e0b3e31d159624d4bc8 Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Sun, 1 Mar 2026 17:19:28 -0800 Subject: [PATCH] fix: use supported macOS Intel runner label --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 59c99a70..5f5afcbc 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -50,7 +50,7 @@ jobs: native_dir: linux_arm64 native_file: quantalib_native.so - wheel_id: macos-amd64 - os: macos-13 + os: macos-15-intel rid: osx-x64 native_dir: macosx_x86_64 native_file: quantalib_native.dylib