File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ stages:
18
18
jobs :
19
19
- job : Skip
20
20
pool :
21
- vmImage : ' ubuntu-18.04 '
21
+ vmImage : ' ubuntu-latest '
22
22
variables :
23
23
DECODE_PERCENTS : ' false'
24
24
RET : ' true'
@@ -39,13 +39,13 @@ stages:
39
39
strategy :
40
40
matrix :
41
41
Linux_py38 :
42
- vmImage : ' ubuntu-18 .04'
42
+ vmImage : ' ubuntu-20 .04' # keep one job pinned to the oldest image
43
43
python.version : ' 3.8'
44
44
Linux_py39 :
45
- vmImage : ' ubuntu-18.04 '
45
+ vmImage : ' ubuntu-latest '
46
46
python.version : ' 3.9'
47
47
Linux_py310 :
48
- vmImage : ' ubuntu-18.04 '
48
+ vmImage : ' ubuntu-latest '
49
49
python.version : ' 3.10'
50
50
macOS_py38 :
51
51
vmImage : ' macOS-latest'
@@ -97,7 +97,7 @@ stages:
97
97
graphviz \
98
98
inkscape \
99
99
libcairo2 \
100
- libgirepository-1.0. 1 \
100
+ libgirepository-1.0- 1 \
101
101
lmodern \
102
102
fonts-freefont-otf \
103
103
poppler-utils \
You can’t perform that action at this time.
0 commit comments