From 72a8dd12de7397418a1ccf323a53a6fe1a97f631 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 18 Nov 2025 07:40:33 -1000 Subject: [PATCH] ;ci:binaries-mac-x64: switch to macos-15-intel --- .github/workflows/binaries-mac-x64.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binaries-mac-x64.yml b/.github/workflows/binaries-mac-x64.yml index baf38d33b..11c828df8 100644 --- a/.github/workflows/binaries-mac-x64.yml +++ b/.github/workflows/binaries-mac-x64.yml @@ -9,9 +9,10 @@ on: jobs: build: - runs-on: macos-13 + runs-on: macos-15-intel # arch: x64 - # image: https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md + # image: somewhere near https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md + # https://github.com/actions/runner-images/issues/13046 env: stack: stack