Skip to content

Commit 08c77a1

Browse files
committed
try older Ubuntu
1 parent 3e656f6 commit 08c77a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nix-flake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os:
15-
- ubuntu-latest
15+
# - ubuntu-latest
16+
- ubuntu-20.04
1617
# - macos-latest
1718
name: Nix on ${{ matrix.os }}
1819
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)