GitHub Actions: macos-13 is Intel but macos-latest will be M1

This commit is contained in:
Hugo van Kemenade 2024-04-24 11:24:23 +03:00
parent 03627d92a7
commit 76c17a10f0

View File

@ -97,7 +97,7 @@ jobs:
matrix:
include:
- name: "macOS x86_64"
os: macos-latest
os: macos-13
cibw_arch: x86_64
macosx_deployment_target: "10.10"
- name: "macOS arm64"