Skip to content

Commit 1f9d43b

Browse files
committed
Compile GCC on Ubuntu ARM
1 parent 3aada9d commit 1f9d43b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-24.04
12+
runs-on: ${{ matrix.os }}
1313

1414
strategy:
1515
fail-fast: false
1616
matrix:
17+
os:
18+
- ubuntu-24.04
19+
- ubuntu-24.04-arm
1720
version:
1821
- { use_patch: true, asset_name: "gcc-15-without-int128.deb" }
1922
- { use_path: false, asset_name: "gcc-15.deb" }

0 commit comments

Comments
 (0)