From c7ac60b0835b1017b62ae106f0d48eef9efc65df Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 3 Oct 2022 11:47:59 +0200 Subject: gh action: replace ubuntu 18 by ubuntu 22 (without docker) --- .github/workflows/Test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 0a464ddc3..cca2e4742 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -156,12 +156,12 @@ jobs: fail-fast: false matrix: include: - - { os: 18, backend: mcode } - { os: 20, backend: mcode } - - { os: 18, backend: llvm-5.0 } + - { os: 22, backend: mcode } - { os: 20, backend: llvm-10 } - - { os: 18, backend: gcc-8.3.0 } + - { os: 22, backend: llvm-14 } - { os: 20, backend: gcc-9.3.0 } + - { os: 22, backend: gcc-11.2.0 } steps: -- cgit v1.2.3