We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8f013 commit 6b17437Copy full SHA for 6b17437
ci/azure.yml
@@ -89,7 +89,7 @@ jobs:
89
90
- job: DockerOSX64
91
pool:
92
- vmImage: macos-10.14
+ vmImage: macos-10.15
93
steps:
94
- template: azure-install-rust.yml
95
- bash: LIBC_CI=1 sh ./ci/run.sh $TARGET
@@ -151,7 +151,7 @@ jobs:
151
# dependsOn: BuildChannelsOSX
152
# continueOnError: true
153
# pool:
154
- # vmImage: macos-10.14
+ # vmImage: macos-10.15
155
# steps:
156
# - template: azure-install-rust.yml
157
# - script: sh ci/semver.sh osx
@@ -189,7 +189,7 @@ jobs:
189
- job: BuildChannelsOSX
190
dependsOn: StyleAndDocs
191
192
193
194
195
- script: LIBC_CI=1 sh ./ci/build.sh
0 commit comments