|
77 | 77 | "python_version": ["3.7"], |
78 | 78 |
|
79 | 79 | EXPANDED_KEY: { |
80 | | - "os": ["ubuntu-latest", "macos-latest", "windows-2016"], |
| 80 | + "os": ["ubuntu-latest", "macos-latest", "windows-latest"], |
81 | 81 | "xcode_version": ["11.7", "12.4"], |
82 | 82 | } |
83 | 83 | } |
84 | 84 | }, |
85 | 85 |
|
86 | 86 | "android": { |
87 | 87 | "matrix": { |
88 | | - "os": ["ubuntu-latest", "macos-latest", "windows-2016"], |
| 88 | + "os": ["ubuntu-latest", "macos-latest", "windows-latest"], |
89 | 89 | "architecture": ["x64"], |
90 | 90 | "python_version": ["3.7"], |
91 | 91 |
|
92 | 92 | EXPANDED_KEY: { |
93 | | - "os": ["ubuntu-latest", "macos-latest", "windows-2016"] |
| 93 | + "os": ["ubuntu-latest", "macos-latest", "windows-latest"] |
94 | 94 | } |
95 | 95 | } |
96 | 96 | }, |
97 | 97 |
|
98 | 98 | "integration_tests": { |
99 | 99 | "matrix": { |
100 | | - "os": ["ubuntu-latest", "macos-latest", "windows-2016"], |
| 100 | + "os": ["ubuntu-latest", "macos-latest", "windows-latest"], |
101 | 101 | "platform": ["Desktop", "Android", "iOS"], |
102 | 102 | "ssl_lib": ["openssl", "boringssl"], |
103 | 103 | "android_device": ["android_latest", "emulator_target"], |
@@ -215,9 +215,9 @@ def print_value(value): |
215 | 215 | """ Print Json formatted string that can be consumed in Github workflow.""" |
216 | 216 | # Eg: for lists, |
217 | 217 | # print(json.dumps) -> |
218 | | - # ["ubuntu-latest", "macos-latest", "windows-2016"] |
| 218 | + # ["ubuntu-latest", "macos-latest", "windows-latest"] |
219 | 219 | # print(repr(json.dumps)) -> |
220 | | - # '["ubuntu-latest", "macos-latest", "windows-2016"]' |
| 220 | + # '["ubuntu-latest", "macos-latest", "windows-latest"]' |
221 | 221 |
|
222 | 222 | # Eg: for strings |
223 | 223 | # print(json.dumps) -> "flame" |
|
0 commit comments