diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a4ea10..3db136c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ env: jobs: build: name: ${{matrix.BUILD_CONFIGURATION}} - runs-on: windows-2019 + runs-on: windows-lastest strategy: matrix: BUILD_CONFIGURATION: ['Debug', 'Release']