From cca4bc6516ec6c883c31aed16aff2e7d5d04f30c Mon Sep 17 00:00:00 2001 From: Silvio Tomatis Date: Sun, 8 Dec 2024 00:17:50 +0100 Subject: [PATCH] ci: Add multiple x86_64-apple-darwin targets to build matrix --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c86f29..cb10fc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,12 @@ jobs: fail-fast: false matrix: include: + - target: x86_64-apple-darwin + arch: x86_64 + - target: x86_64-apple-darwin + arch: x86_64 + - target: x86_64-apple-darwin + arch: x86_64 - target: x86_64-apple-darwin arch: x86_64 # Temporarily disabled the arm build