mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[circleci] Roll images
This commit is contained in:
parent
7ee7e2e340
commit
6ff0932722
1 changed files with 7 additions and 7 deletions
|
@ -3,13 +3,13 @@ version: 2.1
|
|||
executors:
|
||||
win32-executor:
|
||||
docker:
|
||||
- image: cimg/base:edge-20.04
|
||||
- image: cimg/base:2023.10
|
||||
win64-executor:
|
||||
docker:
|
||||
- image: cimg/base:edge-20.04
|
||||
- image: cimg/base:2023.10
|
||||
autotools-executor:
|
||||
docker:
|
||||
- image: cimg/base:edge-20.04
|
||||
- image: cimg/base:2023.10
|
||||
|
||||
jobs:
|
||||
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
|
||||
asan-ubsan:
|
||||
docker:
|
||||
- image: ubuntu:20.04
|
||||
- image: ubuntu
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt update || true
|
||||
|
@ -87,7 +87,7 @@ jobs:
|
|||
|
||||
tsan:
|
||||
docker:
|
||||
- image: ubuntu:20.04
|
||||
- image: ubuntu
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt update || true
|
||||
|
@ -99,7 +99,7 @@ jobs:
|
|||
|
||||
msan:
|
||||
docker:
|
||||
- image: ubuntu:20.04
|
||||
- image: ubuntu
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt update || true
|
||||
|
@ -112,7 +112,7 @@ jobs:
|
|||
|
||||
clang-cxx2a:
|
||||
docker:
|
||||
- image: ubuntu:20.04
|
||||
- image: ubuntu
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt update || true
|
||||
|
|
Loading…
Add table
Reference in a new issue