Hopefully make macOS x64 build first instead of ARM

This commit is contained in:
OwnedByWuigi 2025-06-18 15:39:37 +01:00 committed by GitHub
parent 00a01cce9e
commit e775abe4bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ jobs:
needs: get-info
strategy:
matrix:
arch: [x86_64, arm64]
arch: [arm64, x86_64]
steps:
- uses: actions/checkout@main
with: