diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d7a9d5aa8..0ecef19a8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -3,7 +3,7 @@ on: [pull_request] jobs: build: name: Windows Test - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Set up Go 1.19 uses: actions/setup-go@v3