aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-10-03 11:47:59 +0200
committerTristan Gingold <tgingold@free.fr>2022-10-03 11:50:42 +0200
commitc7ac60b0835b1017b62ae106f0d48eef9efc65df (patch)
tree2812e694a40ab464f8b34e0dfca2fc294d38c730 /.github
parent045386f258e6f4e15372fe6690b235f1ea01db86 (diff)
downloadghdl-c7ac60b0835b1017b62ae106f0d48eef9efc65df.tar.gz
ghdl-c7ac60b0835b1017b62ae106f0d48eef9efc65df.tar.bz2
ghdl-c7ac60b0835b1017b62ae106f0d48eef9efc65df.zip
gh action: replace ubuntu 18 by ubuntu 22 (without docker)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml6
1 files changed, 3 insertions, 3 deletions
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: