From: <sv...@op...> - 2024-10-26 11:59:20
|
Author: manx Date: Sat Oct 26 13:59:08 2024 New Revision: 21931 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21931 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.29/ (props changed) branches/OpenMPT-1.29/.cirrus.yml Modified: branches/OpenMPT-1.29/.cirrus.yml ============================================================================== --- branches/OpenMPT-1.29/.cirrus.yml Sat Oct 26 13:58:47 2024 (r21930) +++ branches/OpenMPT-1.29/.cirrus.yml Sat Oct 26 13:59:08 2024 (r21931) @@ -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 |