Skip to content

Commit 38cf8c9

Browse files
committed
Make sure all matrix options are run in the libc premerge testing
1 parent 442f99d commit 38cf8c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
build_type: [Debug, Release, MinSizeRel]
19+
os: [ubuntu-24.04, ubuntu-24.04-arm]
1920
include:
2021
- os: ubuntu-24.04
2122
ccache-variant: sccache

.github/workflows/libc-overlay-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
build_type: [Debug, Release, MinSizeRel]
20+
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, windows-2025, macos-14]
2021
include:
2122
# TODO: add linux gcc when it is fixed
2223
- os: ubuntu-24.04

0 commit comments

Comments
 (0)