diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 41f069a..ecb78d0 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,13 +2,13 @@ name: CMake on: push: - branches: [ "master", "actions" ] + branches: [ "master", "actions", "fix-ci" ] pull_request: branches: [ "master" ] jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: