From 97bc67ad76f72d86c953633a3a1695c780ebfcc9 Mon Sep 17 00:00:00 2001 From: Wes McKinney Date: Wed, 19 Aug 2026 14:15:47 -0500 Subject: [PATCH] ci: test Windows Arm Visual Studio 2026 image GitHub will migrate the Windows Arm hosted runner label to the Visual Studio 2026 image. Test the release build on that image before the migration so any toolchain or runner compatibility issue is visible without changing the release workflow on main. --- .github/actionlint.yaml | 3 +++ .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .github/actionlint.yaml diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml new file mode 100644 index 000000000..7f5368070 --- /dev/null +++ b/.github/actionlint.yaml @@ -0,0 +1,3 @@ +self-hosted-runner: + labels: + - windows-11-vs2026-arm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88544404c..d74738af8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -266,7 +266,7 @@ jobs: - goarch: amd64 runner: windows-latest - goarch: arm64 - runner: windows-11-arm + runner: windows-11-vs2026-arm runs-on: ${{ matrix.runner }} defaults: run: