fix ci hopefully

This commit is contained in:
ouwou
2021-07-12 17:36:06 -04:00
parent f5e78c899a
commit ccf7c414be
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
windows:
name: windows-${{ matrix.buildtype }}
runs-on: windows-2016
runs-on: windows-latest
strategy:
matrix:
buildtype: [Debug, RelWithDebInfo, MinSizeRel]