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

View File

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