diff --git a/.github/workflows/check_pre-merge_develop.yml b/.github/workflows/check_pre-merge_develop.yml index 0d2048d..cb0c44b 100644 --- a/.github/workflows/check_pre-merge_develop.yml +++ b/.github/workflows/check_pre-merge_develop.yml @@ -84,7 +84,7 @@ jobs: run: ./tools/lint_quiet.sh cmake-ubuntu-test: - name: cmake build + name: cmake build-ubuntu runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/.github/workflows/check_pre-merge_master.yml b/.github/workflows/check_pre-merge_master.yml index 98f0d7d..d779619 100644 --- a/.github/workflows/check_pre-merge_master.yml +++ b/.github/workflows/check_pre-merge_master.yml @@ -86,7 +86,7 @@ jobs: run: ./tools/lint_quiet.sh cmake-ubuntu-test: - name: cmake build + name: cmake build-ubuntu runs-on: ${{ matrix.os }} strategy: matrix: @@ -117,7 +117,7 @@ jobs: cd .. cmake-ubuntu-coverage: - name: cmake build-ubuntu + name: cmake build-and-coverage-ubuntu runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/.github/workflows/check_pre-merge_sprint.yml b/.github/workflows/check_pre-merge_sprint.yml index 6b919fa..bc5a6f5 100644 --- a/.github/workflows/check_pre-merge_sprint.yml +++ b/.github/workflows/check_pre-merge_sprint.yml @@ -9,7 +9,7 @@ on: - features/sprint* jobs: - cmake-win: + cmake-win-test: name: cmake build-win runs-on: ${{ matrix.os }} strategy: @@ -44,7 +44,7 @@ jobs: cd build ctest -C Release --output-on-failure -R cfd - cmake-mac: + cmake-mac-test: name: cmake build-mac runs-on: ${{ matrix.os }} strategy: @@ -82,7 +82,7 @@ jobs: ctest -C Release --output-on-failure -R cfd_test cmake-ubuntu-coverage: - name: cmake build-ubuntu + name: cmake build-and-coverage-ubuntu runs-on: ${{ matrix.os }} strategy: matrix: @@ -192,7 +192,7 @@ jobs: doxygen-ubuntu: name: doxygen-check - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3