From: <sv...@op...> - 2024-10-26 11:59:42
|
Author: manx Date: Sat Oct 26 13:59:35 2024 New Revision: 21932 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21932 Log: Merged revision(s) 21925 from branches/OpenMPT-1.30: [Mod] build: CI: Cirrus-CI: macOS: Update to macOS 14 and XCode to 15.2. ........ Modified: branches/OpenMPT-1.28/ (props changed) branches/OpenMPT-1.28/.cirrus.yml Modified: branches/OpenMPT-1.28/.cirrus.yml ============================================================================== --- branches/OpenMPT-1.28/.cirrus.yml Sat Oct 26 13:59:08 2024 (r21931) +++ branches/OpenMPT-1.28/.cirrus.yml Sat Oct 26 13:59:35 2024 (r21932) @@ -7,9 +7,9 @@ test_script: gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check task: - name: macos13-xcode14 + name: macos14-xcode15 macos_instance: - image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3.1 + image: ghcr.io/cirruslabs/macos-sonoma-xcode:15.2 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 NO_PULSEAUDIO=1 test_script: make -j$(sysctl -n hw.ncpu) STRICT=1 FORCE_DEPS=1 NO_PULSEAUDIO=1 check |