Skip to content

Commit

Permalink
Update GitHub runner architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
elibon99 committed Jul 2, 2024
1 parent dd7ec76 commit 3111b25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9']
architecture: [x86, x64]
architecture: [x86, x64, arm64]
exclude:
- os: ubuntu-latest
architecture: x86
- os: macos-latest
architecture: x86
- os: macos-latest
architecture: x64
- os: windows-latest
architecture: arm64
- os: windows-latest
python: pypy3.9
- os: macos-latest
Expand Down

0 comments on commit 3111b25

Please sign in to comment.