Author: manx
Date: Fri Mar 8 22:00:28 2024
New Revision: 20295
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20295
Log:
[Mod] build: CI: Cirrus: Update macOS 14 XCode to 15.3.
Modified:
trunk/OpenMPT/.cirrus.yml
Modified: trunk/OpenMPT/.cirrus.yml
==============================================================================
--- trunk/OpenMPT/.cirrus.yml Fri Mar 8 16:38:34 2024 (r20294)
+++ trunk/OpenMPT/.cirrus.yml Fri Mar 8 22:00:28 2024 (r20295)
@@ -33,7 +33,7 @@
task:
name: macos14-xcode15
macos_instance:
- image: ghcr.io/cirruslabs/macos-sonoma-xcode:15.1
+ image: ghcr.io/cirruslabs/macos-sonoma-xcode:15.3
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
|