From: <sv...@op...> - 2024-10-26 11:46:05
|
Author: manx Date: Sat Oct 26 13:45:56 2024 New Revision: 21924 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21924 Log: [Mod] build: CI: Cirrus-CI: macOS: Update XCode to 15.4. Modified: trunk/OpenMPT/.cirrus.yml Modified: trunk/OpenMPT/.cirrus.yml ============================================================================== --- trunk/OpenMPT/.cirrus.yml Sat Oct 26 13:44:18 2024 (r21923) +++ trunk/OpenMPT/.cirrus.yml Sat Oct 26 13:45:56 2024 (r21924) @@ -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 |