diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b65e018..ddb4e91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,12 +20,12 @@ jobs: strategy: fail-fast: false matrix: - cfg: - - Debug - - Release os: - windows-2019 - windows-2022 + cfg: + - Debug + - Release runs-on: ${{ matrix.os }} steps: - name: Clone repository