From b6553da9187f808bff1c8b4d79f5a85ace98080e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Fri, 8 Mar 2024 21:01:04 +0000 Subject: [PATCH] Merged revision(s) 20295 from trunk/OpenMPT: [Mod] build: CI: Cirrus: Update macOS 14 XCode to 15.3. ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@20296 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index a217b441339..02a3003f0a7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -33,7 +33,7 @@ task: task: name: macos14-xcode15 macos_instance: - image: ghcr.io/cirruslabs/macos-sonoma-xcode:15.1 + image: ghcr.io/cirruslabs/macos-sonoma-xcode:15.3 install_script: brew update && brew install p7zip help2man doxygen autoconf-archive mpg123 libogg libvorbis portaudio flac libsndfile sdl2 build_script: make -j$(sysctl -n hw.ncpu) STRICT=1 FORCE_DEPS=1 test_script: make -j$(sysctl -n hw.ncpu) STRICT=1 FORCE_DEPS=1 check