From d69279aafd967f9d0fbbe836aa868e6b86375eb0 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 22 Feb 2024 13:57:49 +0000 Subject: [PATCH] change image name to node16-bullseye to better match what it is --- .gitea/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cmake.yml b/.gitea/workflows/cmake.yml index bc26057..a8e4e2b 100644 --- a/.gitea/workflows/cmake.yml +++ b/.gitea/workflows/cmake.yml @@ -12,7 +12,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-latest + runs-on: node16-bullseye steps: - uses: actions/checkout@v2