diff options
author | Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> | 2022-05-14 20:19:35 +0200 |
---|---|---|
committer | eine <eine@users.noreply.github.com> | 2023-02-26 13:56:43 +0100 |
commit | dbd6c1c2dc45a6ef2df46f0493890e2a1b6a7ddf (patch) | |
tree | 5dabba26205342176202091e5c4e8f97cff63a93 | |
parent | 4ef28d931e7270c835d5db04bb0e53b697141e6e (diff) | |
download | ghdl-dbd6c1c2dc45a6ef2df46f0493890e2a1b6a7ddf.tar.gz ghdl-dbd6c1c2dc45a6ef2df46f0493890e2a1b6a7ddf.tar.bz2 ghdl-dbd6c1c2dc45a6ef2df46f0493890e2a1b6a7ddf.zip |
ci: test GCC 12.1.0 on Ubuntu 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 18774f4cf..46e34a385 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -163,7 +163,7 @@ jobs: - { os: 20, backend: llvm-10 } - { os: 22, backend: llvm-14 } - { os: 20, backend: gcc-9.3.0 } - - { os: 22, backend: gcc-11.2.0 } + - { os: 22, backend: gcc-12.1.0 } steps: - name: '🧰 Checkout' |