summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-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