mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 10:37:00 +00:00
Hopefully make macOS x64 build first instead of ARM
This commit is contained in:
parent
00a01cce9e
commit
e775abe4bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
needs: get-info
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [x86_64, arm64]
|
||||
arch: [arm64, x86_64]
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue