mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
Update unittest.yml
https://github.com/actions/runner-images/issues/6002 Drop 18.04. Add 22.04.
This commit is contained in:
parent
ce8376ba72
commit
a1a342db7b
5
.github/workflows/unittest.yml
vendored
5
.github/workflows/unittest.yml
vendored
@ -1,6 +1,5 @@
|
|||||||
name: unittest
|
name: unittest
|
||||||
# autotools build on ubuntu. unittests with address sanitizers. with openmp.
|
# autotools build on ubuntu. unittests with address sanitizers. with openmp.
|
||||||
# [ FAILED ] LSTMTrainerTest.DeterminismTest - clang version 9.0.0-2~ubuntu18.04.2
|
|
||||||
# ubuntu-20.04-gcc-unittest - CI runs out of diskspace.
|
# ubuntu-20.04-gcc-unittest - CI runs out of diskspace.
|
||||||
on:
|
on:
|
||||||
#push:
|
#push:
|
||||||
@ -15,8 +14,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- { name: ubuntu-18.04-gcc-unittest, os: ubuntu-18.04, cxx: g++ }
|
- { name: ubuntu-20.04-gcc-unittest, os: ubuntu-20.04, cxx: g++ }
|
||||||
- { name: ubuntu-20.04-clang-unittest, os: ubuntu-20.04, cxx: clang++ }
|
- { name: ubuntu-22.04-clang-unittest, os: ubuntu-22.04, cxx: clang++ }
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user