Changed from self-hosted to windows-latest

This commit is contained in:
MartinEesmaa 2022-02-26 21:35:35 +11:00 committed by GitHub
parent e271f2adb7
commit 1990cc4f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: self-hosted
runs-on: windows-latest
steps:
- uses: actions/checkout@v2