1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

CI: MacOS to macos-13

macos-latest uses arm64, and seems to ship a broken iconv that fails tests. Revert this once the issue is resolved.
This commit is contained in:
Ryan Lucia 2024-07-14 14:49:16 -07:00
parent 9fa9ba22b6
commit e5038210b6

View File

@ -52,13 +52,13 @@ jobs:
}
- {
name: macOS Debug,
os: macos-latest,
os: macos-13,
buildtype: debugoptimized,
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
}
- {
name: macOS Release,
os: macos-latest,
os: macos-13,
buildtype: release,
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
}