Skip to content

Commit 2690e62

Browse files
authored
Move Windows CI to the windows-2025-vs2026 runner (#64)
GitHub is redirecting `windows-2025` runner requests to `windows-2025-vs2026` by 2026-06-15. Move on our own schedule rather than being silently redirected. Also bump the actionlint CI image to 20260529, whose actionlint knows the `windows-2025-vs2026` label so workflow linting still passes.
1 parent e25cbd0 commit 2690e62

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/breakage-against-windows-ponyc-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
windows:
1212
name: Verify main against the latest ponyc on Windows
13-
runs-on: windows-2025
13+
runs-on: windows-2025-vs2026
1414
steps:
1515
- name: Disable Windows Defender
1616
run: Set-MpPreference -DisableRealtimeMonitoring $true

.github/workflows/lint-action-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v6.0.2
1919
- name: Check workflow files
20-
uses: docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20260311
20+
uses: docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20260529
2121
with:
2222
args: -color

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
test-x86-64-windows-vs-ponyc-release:
7171
name: Windows x86-64 (LibreSSL) with most recent ponyc release
72-
runs-on: windows-2025
72+
runs-on: windows-2025-vs2026
7373
steps:
7474
- name: Disable Windows Defender
7575
run: Set-MpPreference -DisableRealtimeMonitoring $true

0 commit comments

Comments
 (0)