Change CI workflow to run on macOS 14 (M1) instead of Ubuntu for arm64 builds

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-09-07 19:16:05 -06:00
parent 5b121f2087
commit 7a10f8fd6d

View File

@@ -45,7 +45,7 @@ jobs:
run_all_arm64:
name: Build, test & lint on arm64
runs-on: ubuntu-latest
runs-on: macos-14 # To use Apple M1 chip and be more realistic
steps:
- name: Checkout code
uses: actions/checkout@v2