change runner image version
Some checks failed
/ Build Nix targets (push) Has been cancelled
/ build hive configuration (push) Failing after 8m39s

This commit is contained in:
shobu 2025-11-12 06:17:27 +01:00
parent f52f06f5a0
commit cf98d452bc
3 changed files with 3 additions and 8 deletions

View File

@ -3,7 +3,7 @@ on: [push]
jobs: jobs:
build: build:
name: Build Nix targets name: Build Nix targets
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Install dependencies for Nix setup action - name: Install dependencies for Nix setup action

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
build: build:
name: build hive configuration name: build hive configuration
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Install dependencies for Nix setup action - name: Install dependencies for Nix setup action

View File

@ -20,12 +20,7 @@ in{
url = nodes.sin.config.services.gitea.settings.server.ROOT_URL; url = nodes.sin.config.services.gitea.settings.server.ROOT_URL;
token = "uEDPBW6Z9oItAKRtloVwis0LkPbD4OmV2w5esOhW"; token = "uEDPBW6Z9oItAKRtloVwis0LkPbD4OmV2w5esOhW";
labels = [ labels = [
# provide a debian base with nodejs for actions "ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04"
"debian-latest:docker://node:20-bullseye"
# fake the ubuntu name, because node provides no ubuntu builds
"ubuntu-latest:docker://node:20-bullseye"
# provide native execution on the host
#"native:host"
] ]
; ;
}; };