From 6ba03aa6f93bdc82a2dfca14383804d7708c9c4f Mon Sep 17 00:00:00 2001 From: gronod <1+gronod@noreply@i3omb.com> Date: Tue, 25 Aug 2026 22:42:26 +0100 Subject: [PATCH] Update .github/workflows/build-macos.yml Amend macros action runner to macos-15-intel / macos-15 --- .github/workflows/build-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index dbeb60b..0d15184 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -23,11 +23,11 @@ jobs: matrix: platform: - name: Intel - os: macos-13 + os: macos-15-intel target: x86_64-apple-darwin binary_dir: macos-x86_64 - name: Apple Silicon - os: macos-14 + os: macos-15 target: aarch64-apple-darwin binary_dir: macos-aarch64 -- 2.39.5