From f08e688e6162fa227f0367d591ce9e15d99e7ee4 Mon Sep 17 00:00:00 2001 From: Devon Adair Date: Tue, 21 May 2024 17:32:38 -0400 Subject: [PATCH] fix: Set the ubuntu runner to 22.04 to keep the same compiler version Probably should setup the job to setup the gcc version instead but for now this works. --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 49c3b6e..bb94b75 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -9,7 +9,7 @@ env: jobs: linux-builds: name: linux ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: