diff options
| author | Mai <mathew1800@gmail.com> | 2022-09-03 15:46:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-03 15:46:49 -0400 |
| commit | b1a18355fb0eef2ebc4f248a71156c67bf797f33 (patch) | |
| tree | 5484040689cf43b730884d853e4ac767aed50f06 /.github | |
| parent | 3bcfd0dc427c513079ab1e563c555f1242537e65 (diff) | |
| parent | 118503f6e5fd4f0c17d89df57600ab17c9b42d52 (diff) | |
Merge pull request #8833 from Morph1984/vs2022-again
ci: Enable building with Visual Studio 2022 (again)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/verify.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 9a973ee0c..733a52764 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -71,7 +71,7 @@ jobs: build-msvc: name: 'test build (windows, msvc)' needs: format - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Set up cache uses: actions/cache@v3 |
