Move MacOS intel builds to macos-latest

We're now using ARM runners which crosscompile to Intel.

Fix #525
This commit is contained in:
Markus Unterwaditzer
2025-08-08 20:45:27 +02:00
parent 0a20e659be
commit 603d65a3bd

View File

@@ -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