mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[circleci] Roll back msan/tsan ubuntu image
Job gets stuck at compiling with the newer image :(.
This commit is contained in:
parent
6ff0932722
commit
36f5e654a6
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ jobs:
|
|||
|
||||
tsan:
|
||||
docker:
|
||||
- image: ubuntu
|
||||
- image: ubuntu:20.04
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt update || true
|
||||
|
@ -99,7 +99,7 @@ jobs:
|
|||
|
||||
msan:
|
||||
docker:
|
||||
- image: ubuntu
|
||||
- image: ubuntu:20.04
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt update || true
|
||||
|
|
Loading…
Add table
Reference in a new issue