summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-11-16 17:19:12 -0700
committerAlan Somers <asomers@gmail.com>2021-12-14 20:47:29 -0700
commit77bc02e110841af9886c49f95478a189b862f688 (patch)
tree2c5811d4bcfb4c52ada4d1f911c04cfb84f43d5c
parent3c52c56e12e60839cfd524bb72d9da65eb9c7d55 (diff)
downloadnix-77bc02e110841af9886c49f95478a189b862f688.zip
Update the OSX test environment for Big Sur
Big Sur is the first OSX version that supports preadv/pwritev
-rw-r--r--.cirrus.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index a342e858..71368270 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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