Skip to content

Commit

Permalink
Merge pull request #43 from asomers/catalina
Browse files Browse the repository at this point in the history
Update OSX VM for CI
  • Loading branch information
johalun authored Aug 3, 2021
2 parents 481b850 + 4cb1b88 commit d5f4448
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ task:
<< : *TEST

task:
matrix:
- name: OSX Mojave
macos_instance:
image: mojave-base
- name: OSX High Sierra
macos_instance:
image: high-sierra-base
name: OSX
macos_instance:
image: catalina-base
install_script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
<< : *TEST
Expand All @@ -49,8 +45,7 @@ test_task:
depends_on:
- FreeBSD 11
- FreeBSD 12
- OSX Mojave
- OSX High Sierra
- OSX
- Linux
container:
image: rustlang/rust:nightly
Expand Down

0 comments on commit d5f4448

Please sign in to comment.