Skip to content

Commit 3ef7ed1

Browse files
committed
ci: use macOS-13 image, macOS-12 is removed
1 parent 573d3ff commit 3ef7ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ strategy:
7070
CRUNCH_EXTENSION: .exe
7171
RUNTIME_FILES: /usr/lib/gcc/i686-w64-mingw32/10-posix/libgcc_s_dw2-1.dll /usr/lib/gcc/i686-w64-mingw32/10-posix/libstdc++-6.dll /usr/i686-w64-mingw32/lib/libwinpthread-1.dll
7272
macOS amd64 AppleClang:
73-
VM_IMAGE: 'macOS-12'
73+
VM_IMAGE: 'macOS-13'
7474
PIP_PACKAGES: colorama
7575
CMAKE_GENERATOR: Unix Makefiles
7676
NPROC_COMMAND: sysctl -n hw.logicalcpu
7777
macOS arm64 AppleClang:
78-
VM_IMAGE: 'macOS-12'
78+
VM_IMAGE: 'macOS-13'
7979
PIP_PACKAGES: colorama
8080
CMAKE_GENERATOR: Unix Makefiles
8181
COMPILER_FLAGS: -target arm64-apple-macos11 -Wno-overriding-t-option

0 commit comments

Comments
 (0)