diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bc1c31..d815f5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: windows: name: windows-${{ matrix.buildtype }} - runs-on: windows-latest + runs-on: windows-2016 strategy: matrix: buildtype: [Debug, RelWithDebInfo] |