Skip to content

Commit

Permalink
Update OSX VM for CI
Browse files Browse the repository at this point in the history
Cirrus no longer supports either Mojave or High Sierra

Fixes #42
  • Loading branch information
asomers committed Aug 3, 2021
1 parent 481b850 commit 4cb1b88
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 4cb1b88

Please sign in to comment.