Skip to content

Commit

Permalink
Use macOS 10.15 Catalina on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Mar 23, 2020
1 parent 735dd00 commit 92b03bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/azure-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
strategy:
matrix:
iOS_64:
vmImage: macOS-10.13
vmImage: macOS-10.15
target: x86_64-apple-ios

iOS_ARM64:
vmImage: macOS-10.13
vmImage: macOS-10.15
target: aarch64-apple-ios

Android_ARM:
Expand Down
4 changes: 2 additions & 2 deletions ci/azure-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

${{ if parameters.cross }}:
MacOS:
vmImage: macOS-10.13
vmImage: macOS-10.15
Windows:
vmImage: vs2017-win2016
pool:
Expand All @@ -25,7 +25,7 @@ jobs:
- template: azure-install-rust.yml
parameters:
rust_version: ${{ parameters.rust_version }}

- ${{ if eq(parameters.cmd, 'test') }}:
- script: |
cargo install cargo-hack
Expand Down

0 comments on commit 92b03bb

Please sign in to comment.