aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-10-02 18:22:14 +0200
committerTristan Gingold <tgingold@free.fr>2022-10-02 18:22:14 +0200
commitfd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e (patch)
treedb0814fa1bca77c1509b6115fb18d109c8ea1f21 /.github
parent84c3cb11f90dc630df12f915f58717042fff6dd7 (diff)
downloadghdl-fd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e.tar.gz
ghdl-fd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e.tar.bz2
ghdl-fd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e.zip
workflows: tentatively build on ubuntu22
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..164b6ec73 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-12 }
- { os: 20, backend: gcc-9.3.0 }
+ - { os: 22, backend: gcc-11.2.0 }
steps: