File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,31 +79,31 @@ stages:
7979 strategy :
8080 matrix :
8181 python36_linux :
82- imageName : " ubuntu-16.04 "
82+ imageName : " ubuntu-latest "
8383 python.version : " 3.6"
8484 python36_windows :
85- imageName : " vs2017-win2016 "
85+ imageName : " windows-latest "
8686 python.version : " 3.6"
8787 python36_macos :
88- imageName : " macos-10.14 "
88+ imageName : " macos-latest "
8989 python.version : " 3.6"
9090 python37_linux :
91- imageName : " ubuntu-16.04 "
91+ imageName : " ubuntu-latest "
9292 python.version : " 3.7"
9393 python37_windows :
94- imageName : " vs2017-win2016 "
94+ imageName : " windows-latest "
9595 python.version : " 3.7"
9696 python37_macos :
97- imageName : " macos-10.14 "
97+ imageName : " macos-latest "
9898 python.version : " 3.7"
9999 python38_linux :
100- imageName : " ubuntu-16.04 "
100+ imageName : " ubuntu-latest "
101101 python.version : " 3.8"
102102 python38_windows :
103- imageName : " vs2017-win2016 "
103+ imageName : " windows-latest "
104104 python.version : " 3.8"
105105 python38_macos :
106- imageName : " macos-10.14 "
106+ imageName : " macos-latest "
107107 python.version : " 3.8"
108108 maxParallel : 10
109109
You can’t perform that action at this time.
0 commit comments