Skip to content

Commit 450f0c1

Browse files
committed
ci: Exclude Nix 2.3 on aarch64-linux
1 parent 900859c commit 450f0c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- 2.26.1
5454
- 2.25.5
5555
- 2.24.12
56+
exclude:
57+
- ubuntu-24.04-arm
58+
- nix_version: 2.3.18
5659
runs-on: ${{ matrix.os }}
5760
steps:
5861
- uses: actions/checkout@v4
@@ -88,6 +91,9 @@ jobs:
8891
- 2.26.1
8992
- 2.25.5
9093
- 2.24.12
94+
exclude:
95+
- ubuntu-24.04-arm
96+
- nix_version: 2.3.18
9197
runs-on: ${{ matrix.os }}
9298
steps:
9399
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)