[Scummvm-git-logs] scummvm master -> 86891601d1be80e2a3b30dae7f65c4f23e585d87
lephilousophe
noreply at scummvm.org
Wed May 1 09:42:39 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
86891601d1 CI: Use macos-13, set macosx destination
Commit: 86891601d1be80e2a3b30dae7f65c4f23e585d87
https://github.com/scummvm/scummvm/commit/86891601d1be80e2a3b30dae7f65c4f23e585d87
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2024-05-01T11:42:35+02:00
Commit Message:
CI: Use macos-13, set macosx destination
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b40fe7586e1..900588157df 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -99,13 +99,14 @@ jobs:
path: ${{ env.VCPKG_INSTALLED_DIR }}\\${{ matrix.triplet }}\\bin\\*.pdb
xcode:
name: Xcode
- runs-on: macos-latest
+ # macos-14 is arm64. macosx build currently fails on macos-14.
+ runs-on: macos-13
strategy:
fail-fast: false
matrix:
include:
- platform: macosx
- buildFlags: -scheme ScummVM-macOS
+ buildFlags: -scheme ScummVM-macOS -destination 'platform=macOS,arch=x86_64'
configFlags: --disable-nasm --enable-faad --enable-gif --enable-mikmod --enable-mpeg2 --enable-vpx
brewPackages: a52dec faad2 flac fluid-synth freetype fribidi giflib jpeg mad libmikmod libmpeg2 libogg libpng libvorbis libvpx sdl2 sdl2_net theora
- platform: ios7
More information about the Scummvm-git-logs
mailing list