diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c1f05be..b96e5a7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -20,8 +20,8 @@ jobs: matrix: config: - { - name: "Ubuntu 22.04 GCC (Release)", - os: ubuntu-22.04, + name: "Ubuntu Latest GCC (Release)", + os: ubuntu-latest, build_type: "Release", coverage: false, }