There was an error while loading. Please reload this page.
1 parent 9ed18e7 commit 7ff13a5Copy full SHA for 7ff13a5
1 file changed
.github/workflows/nix-build.yml
@@ -12,10 +12,12 @@ concurrency:
12
13
jobs:
14
ubuntu-tests:
15
- name: Build and test (Ubuntu) (${{ matrix.ocaml-version }})
+ name: Build and test (${{ matrix.os }}) (${{ matrix.ocaml-version }})
16
17
strategy:
18
matrix:
19
+ os:
20
+ - ubuntu-latest
21
ocaml-version:
22
- 4_14
23
- 5_0
@@ -24,8 +26,10 @@ jobs:
24
26
- 5_3
25
27
- 5_4
28
- 5_5
29
+ include:
30
+ - {ocaml-version: 5_5, os: ubuntu-26.04-arm}
31
- runs-on: ubuntu-latest
32
+ runs-on: ${{ matrix.os }}
33
steps:
34
- uses: actions/checkout@v7
35
with:
0 commit comments