Browse code

bump vmImages

Bas Nijholt authored on 07/04/2020 09:38:05
Showing 1 changed files
... ...
@@ -12,28 +12,28 @@ jobs:
12 12
     matrix:
13 13
       UbuntuPy36:
14 14
         python.version: '3.6'
15
-        vmImage: 'ubuntu-16.04'
15
+        vmImage: 'ubuntu-latest'
16 16
         tox_env: 'py36'
17 17
       UbuntuPy37:
18 18
         python.version: '3.7'
19
-        vmImage: 'ubuntu-16.04'
19
+        vmImage: 'ubuntu-latest'
20 20
         tox_env: 'py37'
21 21
       UbuntuPy38:
22 22
         python.version: '3.8'
23
-        vmImage: 'ubuntu-16.04'
23
+        vmImage: 'ubuntu-latest'
24 24
         tox_env: 'py38'
25 25
 
26 26
       macOSPy36:
27 27
         python.version: '3.6'
28
-        vmImage: 'macOS-10.13'
28
+        vmImage: 'macOS-latest'
29 29
         tox_env: 'py36'
30 30
       macOSPy37:
31 31
         python.version: '3.7'
32
-        vmImage: 'macOS-10.13'
32
+        vmImage: 'macOS-latest'
33 33
         tox_env: 'py37'
34 34
       macOSPy38:
35 35
         python.version: '3.8'
36
-        vmImage: 'macOS-10.13'
36
+        vmImage: 'macOS-latest'
37 37
         tox_env: 'py38'
38 38
 
39 39
       WindowsServerPy36: