Skip to content

Commit 7ff13a5

Browse files
authored
ci(nix): add ubuntu ARM to the matrix (#2932)
1 parent 9ed18e7 commit 7ff13a5

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/nix-build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ concurrency:
1212

1313
jobs:
1414
ubuntu-tests:
15-
name: Build and test (Ubuntu) (${{ matrix.ocaml-version }})
15+
name: Build and test (${{ matrix.os }}) (${{ matrix.ocaml-version }})
1616

1717
strategy:
1818
matrix:
19+
os:
20+
- ubuntu-latest
1921
ocaml-version:
2022
- 4_14
2123
- 5_0
@@ -24,8 +26,10 @@ jobs:
2426
- 5_3
2527
- 5_4
2628
- 5_5
29+
include:
30+
- {ocaml-version: 5_5, os: ubuntu-26.04-arm}
2731

28-
runs-on: ubuntu-latest
32+
runs-on: ${{ matrix.os }}
2933
steps:
3034
- uses: actions/checkout@v7
3135
with:

0 commit comments

Comments
 (0)