diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5129091c..fd34d19e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: Test_Windows_DotNetCoreTool: name: Integration Tests Script Runner Windows (.NET Core tool) needs: Build - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Get the sources uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4