From e1945142642eba1abfc20f334a3be06b68effb3e Mon Sep 17 00:00:00 2001 From: gronod Date: Tue, 1 Sep 2026 12:09:14 +0100 Subject: [PATCH] Update .github/workflows/build-macos.yml --- .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 0513ca9..243327d 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: include: - - os: macos-latest + - os: macos-26-intel arch: x86_64 machtype: x86_64-apple-darwin artifact: macOS_x86_64_bin @@ -96,7 +96,7 @@ jobs: universal: needs: build - runs-on: macos-15 + runs-on: macos-latest permissions: contents: write -- 2.39.5