summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-06-01 15:37:28 +0200
committerGitHub <noreply@github.com>2022-06-01 15:37:28 +0200
commit08aaf14e77500c2cef309b358393f02432e1398c (patch)
tree429c9a3003a7d0e0170df1d6913279346d54e61c /.github/workflows
parentef9ea413c1a7b869969f175be943cb56cc3ca0ce (diff)
downloadATCD-08aaf14e77500c2cef309b358393f02432e1398c.tar.gz
Try ubuntu 22.04 for gcc11
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index bc46c75b502..b9ebb1f2d4c 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -60,7 +60,7 @@ jobs:
PackageDeps: g++-11
optional_macros: CCFLAGS+=-std=c++20
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-20.04
+ os: ubuntu-22.04
- CC: clang-5.0
CXX: clang++-5.0
PackageDeps: clang-5.0