chore: update github actions to use windows-latest

This commit is contained in:
Stéphane Lesimple
2023-05-31 21:33:46 +02:00
parent be6970f5df
commit f38969c7c8
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ on:
jobs:
win:
runs-on: windows-2016
runs-on: windows-latest
strategy:
matrix:
arch: [x86_64, i686]

View File

@@ -4,7 +4,7 @@ on: [pull_request]
jobs:
win:
runs-on: windows-2016
runs-on: windows-latest
strategy:
matrix:
arch: [x86_64, i686]