Skip to content

Commit 9933a55

Browse files
committed
Github Actions: update to nix-quick-install-action v30
Trying to solve this failure on Ubuntu runners: installing 'nix-2.12.0' error: cannot set loopback interface flags: Operation not permitted (use '--show-trace' to show detailed location information) Error: Process completed with exit code 1.
1 parent 8c4fa29 commit 9933a55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
matrix:
1616
os:
1717
- ubuntu-latest
18-
# macos-14 fails due to https://github.com/nixbuild/nix-quick-install-action/issues/43
19-
- macos-13
18+
- macos-14
2019
ruby-version:
2120
- '2.4'
2221
- '2.5'
@@ -48,7 +47,7 @@ jobs:
4847
run: brew install bash
4948
if: runner.os == 'macOS'
5049
- name: Install nix
51-
uses: nixbuild/nix-quick-install-action@v21
50+
uses: nixbuild/nix-quick-install-action@v30
5251
- name: Import nix cache
5352
run: |
5453
if [ -f /tmp/nixcache ] ; then

0 commit comments

Comments
 (0)