Skip to content

Commit 66a5610

Browse files
Update image
1 parent f0307c3 commit 66a5610

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
- Visual Studio 2022
33
- Ubuntu2004
4-
- macOS
4+
- macos-bigsur
55
environment:
66
APPVEYOR_YML_DISABLE_PS_LINUX: true
77
matrix:
@@ -17,11 +17,11 @@ matrix:
1717
TARGET: i686-pc-windows-msvc
1818
- image: Ubuntu2004
1919
TARGET: x86_64-apple-darwin
20-
- image: macOS
20+
- image: macos-bigsur
2121
TARGET: x86_64-pc-windows-msvc
22-
- image: macOS
22+
- image: macos-bigsur
2323
TARGET: i686-pc-windows-msvc
24-
- image: macOS
24+
- image: macos-bigsur
2525
TARGET: x86_64-unknown-linux-gnu
2626
- image: Visual Studio 2022
2727
TARGET: x86_64-unknown-linux-gnu
@@ -53,7 +53,7 @@ for:
5353
-
5454
matrix:
5555
only:
56-
- image: macOS
56+
- image: macos-bigsur
5757
install:
5858
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -yv --default-toolchain nightly --default-host x86_64-apple-darwin --profile minimal
5959
cache:

0 commit comments

Comments
 (0)