Skip to content

Commit 77bc02e

Browse files
committed
Update the OSX test environment for Big Sur
Big Sur is the first OSX version that supports preadv/pwritev
1 parent 3c52c56 commit 77bc02e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.cirrus.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ task:
5454

5555
# Test OSX in a full VM
5656
task:
57-
matrix:
58-
- name: OSX x86_64
59-
env:
60-
TARGET: x86_64-apple-darwin
57+
name: OSX x86_64
58+
env:
59+
TARGET: x86_64-apple-darwin
6160
osx_instance:
62-
image: catalina-xcode
61+
image: big-sur-xcode
6362
setup_script:
6463
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
6564
- sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN

0 commit comments

Comments
 (0)