We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc8e9f commit f313174Copy full SHA for f313174
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
name: ${{ matrix.os }} - ${{ matrix.python }} ${{ matrix.build }}
24
strategy:
25
matrix:
26
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm]
27
python: ['3.12']
28
build: ['']
29
include:
0 commit comments