From 591adfaed8636c6aaf86617c5f12189037ac8671 Mon Sep 17 00:00:00 2001 From: Kailan Blanks Date: Thu, 11 Jul 2024 16:35:28 +0100 Subject: [PATCH] Run test workflow on amd64 and arm64 --- .github/workflows/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d063faa3..f97c9d78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,10 @@ jobs: strategy: matrix: platform: [ubuntu-24.04, windows-2022, macos-14] + arch: [amd64, arm64] + exclude: + - os: windows-2022 + arch: arm64 runs-on: ${{ matrix.platform }} steps: - name: Checkout code @@ -53,6 +57,10 @@ jobs: strategy: matrix: platform: [ubuntu-24.04, windows-2022, macos-14] + arch: [amd64, arm64] + exclude: + - os: windows-2022 + arch: arm64 runs-on: ${{ matrix.platform }} steps: - name: Checkout code