From 724998bfe45120542cdd1e6d7c9eb7105046b0a4 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 2 Jan 2023 10:59:15 +0100 Subject: [PATCH] Run parallel simplex CI on Ubuntu 22.04 for newer Trilinos --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5