summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-09-29 08:29:13 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-09-29 08:29:13 +0200
commitc79a04815755e540a0b221732050fbcaa330dd04 (patch)
tree80777033ece1accaec95cb3658005fa04039d560 /.github
parent096fa80e0f820e1d4c9939123399ad2ab9e82351 (diff)
downloadATCD-c79a04815755e540a0b221732050fbcaa330dd04.tar.gz
Moved clang5 to ubuntu 18.04
* .github/workflows/linux.yml:
Diffstat (limited to '.github')
-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 ad5f1fc8748..c9e34741749 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -56,7 +56,7 @@ jobs:
CXX: clang++-5.0
PackageDeps: clang-5.0
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
- os: ubuntu-16.04
+ os: ubuntu-18.04
- CC: clang-6.0
CXX: clang++-6.0
PackageDeps: clang-6.0