Skip to content

Commit 470196a

Browse files
authored
CI-unixish.yml: added some missing g++ cases to matrix (#649)
1 parent 316d4ee commit 470196a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ jobs:
1515
include:
1616
- os: ubuntu-22.04
1717
compiler: g++
18+
- os: ubuntu-22.04-arm
19+
compiler: g++
1820
- os: ubuntu-24.04
1921
compiler: g++
22+
- os: ubuntu-24.04-arm
23+
compiler: g++
2024
fail-fast: false
2125

2226
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)