Skip to content

Commit

Permalink
Update the OSX test environment for Big Sur
Browse files Browse the repository at this point in the history
Big Sur is the first OSX version that supports preadv/pwritev
  • Loading branch information
asomers committed Dec 15, 2021
1 parent 3c52c56 commit 77bc02e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,11 @@ task:

# Test OSX in a full VM
task:
matrix:
- name: OSX x86_64
env:
TARGET: x86_64-apple-darwin
name: OSX x86_64
env:
TARGET: x86_64-apple-darwin
osx_instance:
image: catalina-xcode
image: big-sur-xcode
setup_script:
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
- sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN
Expand Down

0 comments on commit 77bc02e

Please sign in to comment.