We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8376b commit a1a342dCopy full SHA for a1a342d
.github/workflows/unittest.yml
@@ -1,6 +1,5 @@
1
name: unittest
2
# autotools build on ubuntu. unittests with address sanitizers. with openmp.
3
-# [ FAILED ] LSTMTrainerTest.DeterminismTest - clang version 9.0.0-2~ubuntu18.04.2
4
# ubuntu-20.04-gcc-unittest - CI runs out of diskspace.
5
on:
6
#push:
@@ -15,8 +14,8 @@ jobs:
15
14
fail-fast: false
16
matrix:
17
config:
18
- - { name: ubuntu-18.04-gcc-unittest, os: ubuntu-18.04, cxx: g++ }
19
- - { name: ubuntu-20.04-clang-unittest, os: ubuntu-20.04, cxx: clang++ }
+ - { name: ubuntu-20.04-gcc-unittest, os: ubuntu-20.04, cxx: g++ }
+ - { name: ubuntu-22.04-clang-unittest, os: ubuntu-22.04, cxx: clang++ }
20
steps:
21
- uses: actions/checkout@v2
22
with:
0 commit comments