File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ stages:
1818 jobs :
1919 - job : Skip
2020 pool :
21- vmImage : ' ubuntu-18.04 '
21+ vmImage : ' ubuntu-latest '
2222 variables :
2323 DECODE_PERCENTS : ' false'
2424 RET : ' true'
@@ -39,13 +39,13 @@ stages:
3939 strategy :
4040 matrix :
4141 Linux_py38 :
42- vmImage : ' ubuntu-18 .04'
42+ vmImage : ' ubuntu-20 .04' # keep one job pinned to the oldest image
4343 python.version : ' 3.8'
4444 Linux_py39 :
45- vmImage : ' ubuntu-18.04 '
45+ vmImage : ' ubuntu-latest '
4646 python.version : ' 3.9'
4747 Linux_py310 :
48- vmImage : ' ubuntu-18.04 '
48+ vmImage : ' ubuntu-latest '
4949 python.version : ' 3.10'
5050 macOS_py38 :
5151 vmImage : ' macOS-latest'
@@ -97,7 +97,7 @@ stages:
9797 graphviz \
9898 inkscape \
9999 libcairo2 \
100- libgirepository-1.0. 1 \
100+ libgirepository-1.0- 1 \
101101 lmodern \
102102 fonts-freefont-otf \
103103 poppler-utils \
You can’t perform that action at this time.
0 commit comments