From edac5dd0776c409d90bcb1728c4523896944033c Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:30:05 +0000 Subject: [PATCH] ci: add Intel macOS build to GitHub Actions --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69ca6924e61a6..7a3f097c2b0f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,6 +69,8 @@ jobs: host: x86_64-pc-linux-gnu - build_target: win64 host: x86_64-w64-mingw32 + - build_target: mac + host: x86_64-apple-darwin container: image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }} @@ -155,6 +157,9 @@ jobs: - build_target: win64 host: x86_64-w64-mingw32 depends_on: win64 + - build_target: mac + host: x86_64-apple-darwin + depends_on: mac container: image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }} options: --user root