From dd41f78aeec774ab92e77bf9e56de6865e30a464 Mon Sep 17 00:00:00 2001 From: kinokrt <43879397+kinokrt@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:26:48 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f89f2a744..23952ddde 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,11 +91,6 @@ jobs: uses: SimenB/github-actions-cpu-cores@v1 id: cpu-cores - # Note that `flow_doc_public` and `flow_doc_full` targets are also available; and a user locally - # may well want to use them. We, however, have chosen to dedicate a Flow-only workflow - # (in `flow` repo) to Flow; it will generate the Flow docs. Meanwhile ipc_doc_* targets create - # monolithic documentation from the ipc_* submodules and `ipc` itself -- but *not* from - # `flow` submodule. - name: Doxygen-generate documentation sets using Makefile run: | VERBOSE=1 make \ @@ -228,7 +223,7 @@ jobs: - compiler: { id: gcc-13 } build-and-test-config: { id: relwithdebinfo-tsan } - runs-on: ubuntu-22.04.3 + runs-on: ubuntu-22.04 name: | build-${{ matrix.compiler.id }}-${{ matrix.build-and-test-config.id }}