We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573d3ff commit 3ef7ed1Copy full SHA for 3ef7ed1
.azure-pipelines.yml
@@ -70,12 +70,12 @@ strategy:
70
CRUNCH_EXTENSION: .exe
71
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
72
macOS amd64 AppleClang:
73
- VM_IMAGE: 'macOS-12'
+ VM_IMAGE: 'macOS-13'
74
PIP_PACKAGES: colorama
75
CMAKE_GENERATOR: Unix Makefiles
76
NPROC_COMMAND: sysctl -n hw.logicalcpu
77
macOS arm64 AppleClang:
78
79
80
81
COMPILER_FLAGS: -target arm64-apple-macos11 -Wno-overriding-t-option
0 commit comments