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 b63868a commit 2639ffdCopy full SHA for 2639ffd
1 file changed
.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, windows-11-arm, ubuntu-24.04-arm, ubuntu-latest, macos-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:
0 commit comments