summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 15:28:34 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 15:28:34 +0200
commitf72009aff2be9f11afeac35acb179ac1627f9c56 (patch)
treeabd49bfe48f97bc324ffef0f6ccb63148662dd77
parent199a95a26ac2efd2844f5217e8eb9dcff4871ea9 (diff)
downloadATCD-f72009aff2be9f11afeac35acb179ac1627f9c56.tar.gz
Ubuntu 20.04 has a problem creating a file using powershell
* .github/workflows/linux.yml:
-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 c6da252bc42..bd9ff3c44f4 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -40,7 +40,7 @@ jobs:
CXX: g++-10
PackageDeps: g++-10
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-20.04
+ os: ubuntu-18.04
- CC: clang-5.0
CXX: clang++-5.0
PackageDeps: clang-5.0
@@ -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-20.04
+ os: ubuntu-18.04
- feature: CORBAe micro
CC: gcc-10
CXX: g++-10
@@ -102,7 +102,7 @@ jobs:
CXX: g++-10
PackageDeps: g++-10
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 }}