Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5c23b commit 5e77a67Copy full SHA for 5e77a67
1 file changed
azure-pipelines.yml
@@ -18,7 +18,7 @@ stages:
18
jobs:
19
- job: Skip
20
pool:
21
- vmImage: 'ubuntu-18.04'
+ vmImage: 'ubuntu-latest'
22
variables:
23
DECODE_PERCENTS: 'false'
24
RET: 'true'
@@ -39,13 +39,13 @@ stages:
39
strategy:
40
matrix:
41
Linux_py38:
42
+ vmImage: 'ubuntu-20.04' # keep one job pinned to the oldest image
43
python.version: '3.8'
44
Linux_py39:
45
46
python.version: '3.9'
47
Linux_py310:
48
49
python.version: '3.10'
50
macOS_py38:
51
vmImage: 'macOS-latest'
0 commit comments