Skip to content

Commit

Permalink
Run test workflow on amd64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
kailan authored Jul 11, 2024
1 parent 5ca5ebe commit 591adfa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
strategy:
matrix:
platform: [ubuntu-24.04, windows-2022, macos-14]
arch: [amd64, arm64]
exclude:
- os: windows-2022
arch: arm64
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down Expand Up @@ -53,6 +57,10 @@ jobs:
strategy:
matrix:
platform: [ubuntu-24.04, windows-2022, macos-14]
arch: [amd64, arm64]
exclude:
- os: windows-2022
arch: arm64
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 591adfa

Please sign in to comment.