diff --git a/.gitea/workflows/cmake.yml b/.gitea/workflows/cmake.yml index d521769..fc3a2a8 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: gcc-cmake-latest steps: - uses: actions/checkout@v2