Skip to content
Snippets Groups Projects
Verified Commit c1a46fed authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: another workaround for macOS with XCode 15

parent 06926e01
Branches
No related tags found
No related merge requests found
......@@ -100,7 +100,8 @@ pkg_windows:
pkg_macOS:
stage: pkg
script:
- meson rewrite kwargs set project / version "$VERSION"
# Enforce the arm64 meson for rewrite, as a workaround to https://github.com/mesonbuild/meson/issues/12282
- env PATH="/opt/homebrew/bin:$PATH" meson rewrite kwargs set project / version "$VERSION"
- ln -s ~/tarballs macOS/deps/
- arch -x86_64 make -C macOS
cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment