ci: Use the macOS image from the master vkd3d repository.

The current URL is from my own testing repository and it's not
meant for general use.
This commit is contained in:
Giovanni Mascellani 2024-10-16 12:01:51 +02:00 committed by Henri Verbeet
parent 2b45878ff8
commit c89e547e3e
Notes: Henri Verbeet 2024-10-16 21:48:32 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1191

View File

@ -155,7 +155,7 @@ build-mac:
- git clean -fdx
- git reset --hard
- rm -fr .git/rebase-merge
- curl -o image.zip https://gitlab.winehq.org/api/v4/projects/giomasce%2Fvkd3d/jobs/artifacts/ci-image/download?job=image-mac
- curl -o image.zip https://gitlab.winehq.org/api/v4/projects/wine%2Fvkd3d/jobs/artifacts/master/download?job=image-mac
- unzip image.zip
- mkdir artifacts
- export PATH="/opt/homebrew/opt/bison/bin:/opt/homebrew/opt/flex/bin:$PWD/image/bin:$PATH"