diff --git a/.gitea/workflows/check.yaml b/.gitea/workflows/check.yaml index 4bc2264..be4e243 100644 --- a/.gitea/workflows/check.yaml +++ b/.gitea/workflows/check.yaml @@ -2,7 +2,7 @@ name: Check on: [push] jobs: "Lint Ansible Files": - runs-on: ubuntu-22.04 + runs-on: node-22-bullseye steps: - run: apt-get update - run: apt-get upgrade -y diff --git a/docker/docker/gitea/runner-config.yaml b/docker/docker/gitea/runner-config.yaml index bfa8c9a..62a7f1d 100644 --- a/docker/docker/gitea/runner-config.yaml +++ b/docker/docker/gitea/runner-config.yaml @@ -32,6 +32,7 @@ runner: # ubuntu:22.04 here is not enough. labels: - "ubuntu-22.04:docker://node:16-bullseye" + - "node-22-bullseye:docker://node:22-bullseye cache: # Enable cache server to use actions/cache.