Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build on linux arm64
  • Loading branch information
bruno-garcia authored Oct 22, 2024
commit bd5c0e0421533efc9fbfdc53636c8f44133bfdda
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows, macos]
os: [ubuntu, windows, macos, ubuntu-latest-4-cores-arm64]

steps:
- name: Checkout
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-latest-4-cores-arm64]

steps:
- name: Cancel Previous Runs
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-latest-4-cores-arm64]

steps:
- uses: actions/checkout@v4
Expand Down