Merge pull request #19525 from github/redsun82/go-win

Go: move to standard windows runner
This commit is contained in:
Paolo Tranquilli
2025-05-20 10:07:56 +02:00
committed by GitHub

View File

@@ -26,9 +26,8 @@ jobs:
uses: ./go/actions/test
test-win:
if: github.repository_owner == 'github'
name: Test Windows
runs-on: windows-latest-xl
runs-on: windows-latest
steps:
- name: Check out code
uses: actions/checkout@v4