Codechange: [CI] switch to arm64 for MacOS builds (#12242)

This creates more variety in our CI builds, increasing the odds
of us finding issues.
pull/678/head
Patric Stout 2 months ago committed by GitHub
parent 738624ded4
commit 381dee2e01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -203,8 +203,8 @@ jobs:
fail-fast: false
matrix:
include:
- arch: x64
full_arch: x86_64
- arch: arm64
full_arch: arm64
name: Mac OS (${{ matrix.arch }})

Loading…
Cancel
Save