diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-10-02 20:14:46 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-10-02 20:14:46 +0200 |
commit | 235840bab09a79833aeaece5bb0538fbb77cdf5f (patch) | |
tree | 6cca082185647951e62a3d312350d36cc979c257 | |
parent | fd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e (diff) | |
download | ghdl-235840bab09a79833aeaece5bb0538fbb77cdf5f.tar.gz ghdl-235840bab09a79833aeaece5bb0538fbb77cdf5f.tar.bz2 ghdl-235840bab09a79833aeaece5bb0538fbb77cdf5f.zip |
workflow: use llvm-14 on unbuntu-22
-rw-r--r-- | .github/workflows/Test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 164b6ec73..cca2e4742 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -159,7 +159,7 @@ jobs: - { os: 20, backend: mcode } - { os: 22, backend: mcode } - { os: 20, backend: llvm-10 } - - { os: 22, backend: llvm-12 } + - { os: 22, backend: llvm-14 } - { os: 20, backend: gcc-9.3.0 } - { os: 22, backend: gcc-11.2.0 } |