From 780e02c5961b7a0a2f6722822ad6f4b3cbdaaf59 Mon Sep 17 00:00:00 2001 From: gentlegiantJGC Date: Sat, 11 Jul 2026 09:20:26 +0100 Subject: [PATCH] Add Windows arm and macOS intel runners --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8946fed..98f4c3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-14] + os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-14, macos-14-large] steps: - uses: actions/checkout@v7