From 42809e9d881b5e59143d630b5ea70c496c54229d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 2 Oct 2024 22:41:30 +0200 Subject: [PATCH] Change workflow container --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0eec4f1..18373d0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,8 +7,9 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/catthehacker/ubuntu:act-latest + image: ghcr.io/catthehacker/ubuntu:runner-latest steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v27 - run: nix flake check + - run: nix build