Skip to content

Commit a1a342d

Browse files
authored
Update unittest.yml
actions/runner-images#6002 Drop 18.04. Add 22.04.
1 parent ce8376b commit a1a342d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: unittest
22
# autotools build on ubuntu. unittests with address sanitizers. with openmp.
3-
# [ FAILED ] LSTMTrainerTest.DeterminismTest - clang version 9.0.0-2~ubuntu18.04.2
43
# ubuntu-20.04-gcc-unittest - CI runs out of diskspace.
54
on:
65
#push:
@@ -15,8 +14,8 @@ jobs:
1514
fail-fast: false
1615
matrix:
1716
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++ }
17+
- { name: ubuntu-20.04-gcc-unittest, os: ubuntu-20.04, cxx: g++ }
18+
- { name: ubuntu-22.04-clang-unittest, os: ubuntu-22.04, cxx: clang++ }
2019
steps:
2120
- uses: actions/checkout@v2
2221
with:

0 commit comments

Comments
 (0)