We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489d8a8 commit 2ed6ec1Copy full SHA for 2ed6ec1
.github/workflows/CI.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
matrix:
7
# Supported platforms: https://docs.github.com/en/actions/reference/runners/github-hosted-runners
8
- os: [windows-latest, ubuntu-latest]
+ os: [windows-latest, windows-11-arm, ubuntu-24.04-arm, ubuntu-latest]
9
fail-fast: false # Don't cancel one when another fails
10
runs-on: ${{ matrix.os }}
11
steps:
@@ -19,7 +19,7 @@ jobs:
19
test:
20
21
22
- os: [windows-latest, windows-11-arm, ubuntu-24.04-arm, ubuntu-latest]
+ os: [windows-latest, ubuntu-latest]
23
fail-fast: false
24
25
0 commit comments