From ab11976ec579204820ae9e2187dbc9808a0bfd95 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 24 Jul 2024 13:14:57 +0100 Subject: [PATCH] try a back-leveled version of the gitea image --- .gitea/workflows/chrome-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/chrome-tests.yml b/.gitea/workflows/chrome-tests.yml index 2d38039..9603cfd 100644 --- a/.gitea/workflows/chrome-tests.yml +++ b/.gitea/workflows/chrome-tests.yml @@ -4,7 +4,7 @@ on: [ push ] jobs: build: - runs-on: ubuntu-gitea + runs-on: node16-bullseye strategy: matrix: python-version: [ "3.12" ]