Skip to content

Commit

Permalink
Update test.yml - adding arm64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
telegraphic authored Mar 30, 2024
1 parent 72cfdc3 commit 8ca69ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
architecture: [x64]
architecture: [x64, arm64]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
exclude:
- os: windows-latest
architecture: arm64
fail-fast: false

steps:
Expand Down

0 comments on commit 8ca69ed

Please sign in to comment.