Skip to content

Commit

Permalink
[Mod] build: CI: Cirrus-CI: macOS: Update XCode to 15.4.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21924 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Oct 26, 2024
1 parent 29a3c99 commit f818abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ task:
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

0 comments on commit f818abb

Please sign in to comment.