summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 15:40:41 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 15:40:41 +0200
commitee941d79516d046f4452017087ec02b1f645957f (patch)
tree26873887990d04c0461fd8a6980c96fa4d9194ac /.github
parent29eefadab67519914f1808dce5772f2123f967af (diff)
downloadATCD-ee941d79516d046f4452017087ec02b1f645957f.tar.gz
Downgrade to g++9 for wchar
* .github/workflows/linux.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index abe9180dea3..de8c2facc8a 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -98,11 +98,11 @@ jobs:
optional_feature: ace_for_tao=1
optional_macros: ace_for_tao=1
- feature: wchar
- CC: gcc-10
- CXX: g++-10
- PackageDeps: g++-10
+ CC: gcc-9
+ CXX: g++-9
+ PackageDeps: g++-9
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-20.04
+ os: ubuntu-18.04
optional_feature: uses_wchar=1
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} ${{ matrix.CXX }} ${{ matrix.feature }}