summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-14 09:53:53 +0200
committerGitHub <noreply@github.com>2021-06-14 09:53:53 +0200
commit72b8bf366f4f7993b642738524fc99bb244d5c09 (patch)
treeae99951b677d740df8e782674122869ba9c35848 /.github
parent13e44c96b9f58773a0bce6e490647d9d77c4698b (diff)
downloadATCD-72b8bf366f4f7993b642738524fc99bb244d5c09.tar.gz
Update 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 76e4bd1f572..68febf80098 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -20,7 +20,7 @@ jobs:
CXX: g++-4.8
PackageDeps: g++-4.8
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-16.04
+ os: ubuntu-18.04
- CC: gcc-6
CXX: g++-6
PackageDeps: g++-6