Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
windows-vs-ponyc-latest:
name: Test against recent ponyc release on Windows
runs-on: windows-2025
runs-on: windows-2025-vs2026
steps:
- name: Disable Windows Defender
run: Set-MpPreference -DisableRealtimeMonitoring $true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-action-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Check workflow files
uses: docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20260311
uses: docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20260529
with:
args: -color
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

windows-x86-64-vs-ponyc-release:
name: Windows x86-64 with most recent ponyc release
runs-on: windows-2025
runs-on: windows-2025-vs2026
steps:
- name: Disable Windows Defender
run: Set-MpPreference -DisableRealtimeMonitoring $true
Expand Down
Loading