From 603d65a3bd17c105d65b4eb6844cca5a35d5edd7 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 8 Aug 2025 20:45:27 +0200 Subject: [PATCH] Move MacOS intel builds to macos-latest We're now using ARM runners which crosscompile to Intel. Fix #525 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eeacab9..5ae7b35 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -181,7 +181,7 @@ jobs: os: macos-latest target: aarch64-apple-darwin - name: macos-intel - os: macos-13 + os: macos-latest target: x86_64-apple-darwin - name: windows-x86_64 os: windows-latest @@ -285,7 +285,7 @@ jobs: os: macos-latest target: aarch64-apple-darwin - name: macos-intel - os: macos-13 + os: macos-latest target: x86_64-apple-darwin - name: windows-x86_64 os: windows-latest