summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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 }}