diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d425dc0a..d7ec97f5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,12 +5,10 @@ env: DEV_SHELL_NAME: CI jobs: build: - runs-on: ubuntu-kinetic + runs-on: node-latest steps: - name: Install dependencies run: | - apt-get update - apt-get install -y nodejs git curl curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \ --extra-conf "sandbox = false" \ --init none \