summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 15:37:32 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 15:37:32 +0200
commit29eefadab67519914f1808dce5772f2123f967af (patch)
tree9a4e7e51a63717c660e9e7b4f3867803ad162308 /.github
parentd5145074332d27006217c72ce56d085adef22e94 (diff)
downloadATCD-29eefadab67519914f1808dce5772f2123f967af.tar.gz
Back to 20.04
* .github/workflows/linux.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 92fb8f1dea6..abe9180dea3 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -72,7 +72,7 @@ jobs:
PackageDeps: clang-10
Repo: llvm-toolchain-$(lsb_release -cs)-10
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
- os: ubuntu-18.04
+ os: ubuntu-20.04
- feature: CORBA/e micro
CC: gcc-10
CXX: g++-10
@@ -94,7 +94,7 @@ jobs:
CXX: g++-10
PackageDeps: g++-10
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-18.04
+ os: ubuntu-20.04
optional_feature: ace_for_tao=1
optional_macros: ace_for_tao=1
- feature: wchar
@@ -102,7 +102,7 @@ jobs:
CXX: g++-10
PackageDeps: g++-10
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-18.04
+ os: ubuntu-20.04
optional_feature: uses_wchar=1
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} ${{ matrix.CXX }} ${{ matrix.feature }}