From: <sv...@op...> - 2024-10-26 11:51:38
|
Author: manx Date: Sat Oct 26 13:51:32 2024 New Revision: 21925 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21925 Log: [Mod] build: CI: Cirrus-CI: macOS: Update to macOS 14 and XCode to 15.2. Modified: branches/OpenMPT-1.30/.cirrus.yml Modified: branches/OpenMPT-1.30/.cirrus.yml ============================================================================== --- branches/OpenMPT-1.30/.cirrus.yml Sat Oct 26 13:45:56 2024 (r21924) +++ branches/OpenMPT-1.30/.cirrus.yml Sat Oct 26 13:51:32 2024 (r21925) @@ -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 test_script: make -j$(sysctl -n hw.ncpu) STRICT=1 FORCE_DEPS=1 check |