From: <sv...@op...> - 2024-10-26 12:01:07
|
Author: manx Date: Sat Oct 26 14:00:53 2024 New Revision: 21935 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21935 Log: Merged revision(s) 21924 from trunk/OpenMPT: [Mod] build: CI: Cirrus-CI: macOS: Update XCode to 15.4. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/.cirrus.yml Modified: branches/OpenMPT-1.31/.cirrus.yml ============================================================================== --- branches/OpenMPT-1.31/.cirrus.yml Sat Oct 26 14:00:30 2024 (r21934) +++ branches/OpenMPT-1.31/.cirrus.yml Sat Oct 26 14:00:53 2024 (r21935) @@ -9,7 +9,7 @@ task: name: macos14-xcode15 macos_instance: - image: ghcr.io/cirruslabs/macos-sonoma-xcode:15.3 + image: ghcr.io/cirruslabs/macos-sonoma-xcode:15.4 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 |