Skip to content

Commit 3191cb9

Browse files
committed
Trying to figure out how the matrix works
1 parent f5a6e45 commit 3191cb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18+
# Build linux configuration with Debug, Release, and MinSizeRel.
19+
# Build all other configurations in only Debug.
1820
build_type: [Debug, Release, MinSizeRel]
19-
os: [ubuntu-24.04, ubuntu-24.04-arm]
21+
os: [ubuntu-24.04]
2022
include:
2123
- os: ubuntu-24.04
2224
ccache-variant: sccache

0 commit comments

Comments
 (0)