diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bf4414e..22aa740 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -8,7 +8,7 @@ env: BUILD_TYPE: Release jobs: build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-20.04 strategy: matrix: version: [15 ,16 ,17 ,18 ,19 ,20 ,21 ,22] |