Skip to content

Commit 2ed6ec1

Browse files
authored
Adjust CI workflow OS matrix for build and test
Updated CI workflow to modify OS matrix for build and test jobs.
1 parent 489d8a8 commit 2ed6ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
# Supported platforms: https://docs.github.com/en/actions/reference/runners/github-hosted-runners
8-
os: [windows-latest, ubuntu-latest]
8+
os: [windows-latest, windows-11-arm, ubuntu-24.04-arm, ubuntu-latest]
99
fail-fast: false # Don't cancel one when another fails
1010
runs-on: ${{ matrix.os }}
1111
steps:
@@ -19,7 +19,7 @@ jobs:
1919
test:
2020
strategy:
2121
matrix:
22-
os: [windows-latest, windows-11-arm, ubuntu-24.04-arm, ubuntu-latest]
22+
os: [windows-latest, ubuntu-latest]
2323
fail-fast: false
2424
runs-on: ${{ matrix.os }}
2525
steps:

0 commit comments

Comments
 (0)