From 9c3982354d86e15b3807d3ebaad697aad0de0688 Mon Sep 17 00:00:00 2001 From: gronod Date: Tue, 1 Sep 2026 11:20:43 +0100 Subject: [PATCH] Update .github/workflows/build-macos.yml Update action runner for MacOS to macos-latest --- .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 94f5d31..0513ca9 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -11,11 +11,11 @@ jobs: strategy: matrix: include: - - os: macos-15-intel + - os: macos-latest arch: x86_64 machtype: x86_64-apple-darwin artifact: macOS_x86_64_bin - - os: macos-15 + - os: macos-latest arch: arm64 machtype: arm64-apple-darwin artifact: macOS_arm64_bin -- 2.39.5