From 46f0f5e3f6a4ed81e0ae93cf10f89aa1f60ecb5f Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Thu, 1 May 2025 17:52:03 +0200 Subject: [PATCH 1/3] Add windows-11-arm to build matrix --- .github/workflows/build.yml | 6 +++++- .github/workflows/tests.yml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a48f0f9..fa265ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,8 +28,12 @@ jobs: strategy: matrix: - os: [macos-latest, windows-latest, macos-12] + os: [macos-latest, windows-latest, macos-12, windows-11-arm] node-version: [18, 20, 22] + exclude: + # Windows ARM64 support is not available for v18 + - os: windows-11-arm + node-version: 18 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7b28635..9d80cdb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,8 +13,12 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macOS-latest, windows-latest] + os: [ubuntu-latest, macOS-latest, windows-latest, windows-11-arm] node-version: [18, 20, 22] + exclude: + # Windows ARM64 support is not available for v18 + - os: windows-11-arm + node-version: 18 steps: - uses: actions/checkout@v4 From 7fc4855ad0a9be75a61b47b6f85f5f7d05a923b9 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Fri, 2 May 2025 00:10:34 +0200 Subject: [PATCH 2/3] roll back tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9d80cdb..257db03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macOS-latest, windows-latest, windows-11-arm] + os: [ubuntu-latest, macOS-latest, windows-latest] node-version: [18, 20, 22] exclude: # Windows ARM64 support is not available for v18 From 8ea49c81dd2850f1f11f4b99975576be5a68f9ba Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Fri, 2 May 2025 00:10:48 +0200 Subject: [PATCH 3/3] roll back tests --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 257db03..7b28635 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,10 +15,6 @@ jobs: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] node-version: [18, 20, 22] - exclude: - # Windows ARM64 support is not available for v18 - - os: windows-11-arm - node-version: 18 steps: - uses: actions/checkout@v4