From: Daniel Arndt Date: Mon, 2 Jan 2023 09:59:15 +0000 (+0100) Subject: Run parallel simplex CI on Ubuntu 22.04 for newer Trilinos X-Git-Tag: v9.5.0-rc1~689^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=724998bfe45120542cdd1e6d7c9eb7105046b0a4;p=dealii.git Run parallel simplex CI on Ubuntu 22.04 for newer Trilinos --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3ebf4a90b0..b7c45fde84 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -67,7 +67,7 @@ jobs: # simple parallel debug build using g++ with simplex configuration enabled name: linux debug parallel simplex - runs-on: [ubuntu-20.04] + runs-on: [ubuntu-22.04] steps: - uses: actions/checkout@v3