Skip to content

Commit

Permalink
Use aarch64 for macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyun committed Apr 10, 2024
1 parent 6e350e3 commit a5219f8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,29 @@ jobs:
fail-fast: false
matrix:
version: ['1']
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
arch: [x64]
depwarn: [yes]
include:
- version: '1'
os: macos-latest
arch: aarch64
depwarn: yes
- version: '1.7'
os: macos-latest
arch: x64
arch: aarch64
depwarn: yes
- version: '1.8'
os: macos-latest
arch: x64
arch: aarch64
depwarn: error
- version: '1.9'
os: macos-latest
arch: x64
arch: aarch64
depwarn: error
- version: 'nightly'
os: macos-latest
arch: x64
arch: aarch64
depwarn: yes
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a5219f8

Please sign in to comment.