We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073bc89 commit b3021baCopy full SHA for b3021ba
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, ubuntu-24.04-arm]
19
20
steps:
21
- name: Checkout repo
0 commit comments