update runs to windows-latest

This commit is contained in:
Micheal Colhoun 2021-09-04 20:00:41 +01:00 committed by GitHub
parent 6aea4a7a0d
commit 2d812c2e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
env:
BUILD_CONFIG: 'Release'
SOLUTION: 'DarkUI.sln'
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v2