Skip to content

Commit e0b31b3

Browse files
committed
CI: Replace image macOS-10.14 with macOS-10.13
Python import of simplejson fails with a UnicodeDecodeError on macOS-10.14 when its PyInit symbol is renamed.
1 parent 0ca173b commit e0b31b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- template: azure-pipelines-template.yml
88
parameters:
99
name: macOS
10-
vmImage: macOS-10.14
10+
vmImage: macOS-10.13
1111

1212
- template: azure-pipelines-template.yml
1313
parameters:

0 commit comments

Comments
 (0)