diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-10-02 18:22:14 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-10-02 18:22:14 +0200 |
commit | fd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e (patch) | |
tree | db0814fa1bca77c1509b6115fb18d109c8ea1f21 /.github/workflows | |
parent | 84c3cb11f90dc630df12f915f58717042fff6dd7 (diff) | |
download | ghdl-fd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e.tar.gz ghdl-fd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e.tar.bz2 ghdl-fd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e.zip |
workflows: tentatively build on ubuntu22
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 6 |
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: |