From c1886441c796557bafcb3cdc747ad6147ff2c2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Mon, 18 Sep 2023 21:10:02 +0200 Subject: [PATCH] Revert "ci: slightly simplify workflow definition" This reverts commit 66d279fde0a7e9aa6e45960a02728c494a387d93. While the change worked, it lead to workflows showing a different and uglier name on the GitHub web UI, which was not worth it when compared to the DRY benefits. --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12c0d4390..9f9b2001a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,15 @@ jobs: strategy: fail-fast: false matrix: + target: + - x86_64-unknown-linux-gnu + - x86_64-unknown-linux-musl + - x86_64-pc-windows-gnu + - aarch64-unknown-linux-gnu + - aarch64-unknown-linux-musl + - x86_64-apple-darwin + - aarch64-apple-darwin + include: - target: x86_64-unknown-linux-gnu host-target: x86_64-unknown-linux-gnu