diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-10-03 08:49:36 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-10-03 08:49:36 +0200 |
commit | 045386f258e6f4e15372fe6690b235f1ea01db86 (patch) | |
tree | 39805591e8b3fc2f9512ca94be3dd6f7b46405bb | |
parent | 235840bab09a79833aeaece5bb0538fbb77cdf5f (diff) | |
download | ghdl-045386f258e6f4e15372fe6690b235f1ea01db86.tar.gz ghdl-045386f258e6f4e15372fe6690b235f1ea01db86.tar.bz2 ghdl-045386f258e6f4e15372fe6690b235f1ea01db86.zip |
workflow: back to ubuntu 18.
Requires more work, done in a branch
-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 cca2e4742..0a464ddc3 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: 22, backend: mcode } + - { os: 18, backend: llvm-5.0 } - { os: 20, backend: llvm-10 } - - { os: 22, backend: llvm-14 } + - { os: 18, backend: gcc-8.3.0 } - { os: 20, backend: gcc-9.3.0 } - - { os: 22, backend: gcc-11.2.0 } steps: |