Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63f1ce9

Browse files
tacaswelltimhoffm
andauthored
CI: fix job names
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 4359a6c commit 63f1ce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ strategy:
1111
Linux_py38:
1212
vmImage: 'ubuntu-16.04'
1313
python.version: '3.8'
14-
Linux_py38:
14+
Linux_py39:
1515
vmImage: 'ubuntu-16.04'
1616
python.version: '3.9'
1717
macOS_py37:
@@ -20,7 +20,7 @@ strategy:
2020
macOS_py38:
2121
vmImage: 'macOS-latest'
2222
python.version: '3.8'
23-
macOS_py38:
23+
macOS_py39:
2424
vmImage: 'macOS-latest'
2525
python.version: '3.9'
2626
Windows_py37:
@@ -29,7 +29,7 @@ strategy:
2929
Windows_py38:
3030
vmImage: 'windows-latest'
3131
python.version: '3.8'
32-
Windows_py38:
32+
Windows_py39:
3333
vmImage: 'windows-latest'
3434
python.version: '3.9'
3535
maxParallel: 4

0 commit comments

Comments
 (0)