We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e40768 commit 49ed1b9Copy full SHA for 49ed1b9
.github/workflows/Windows.yml
@@ -23,7 +23,7 @@ jobs:
23
build:
24
if: contains(github.event.head_commit.message, '[build-win]')
25
# Use a SELF-HOSTED Windows runner with Docker (Windows containers) enabled
26
- runs-on: [self-hosted, windows]
+ runs-on: [windows-2025]
27
28
steps:
29
0 commit comments