From 63b3bffe06a4c54dc30cd6fd9f0554c075a3ac75 Mon Sep 17 00:00:00 2001 From: kinokrt <43879397+kinokrt@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:21:06 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1baffa63d..f89f2a744 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: conan-profile-build-type: Release conan-preset: release - runs-on: ubuntu-latest + runs-on: ubuntu-22.04.3 name: | doc-${{ matrix.compiler.id }}-${{ matrix.build-config.id }} @@ -228,7 +228,7 @@ jobs: - compiler: { id: gcc-13 } build-and-test-config: { id: relwithdebinfo-tsan } - runs-on: ubuntu-latest + runs-on: ubuntu-22.04.3 name: | build-${{ matrix.compiler.id }}-${{ matrix.build-and-test-config.id }}