Go: move to standard windows runner

Seems like `windows-latest-xl` is not available any more. This should unblock CI, but longer term we should consider doing what other languages do (i.e. run tests from the internal repo).
This commit is contained in:
Paolo Tranquilli
2025-05-19 17:23:34 +02:00
committed by Paolo Tranquilli
parent dfbe08d14c
commit 7c70f5d8e4

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