Update build.yml

This commit is contained in:
Vincent Young 2023-10-20 05:40:38 -04:00 committed by GitHub
parent 03093a658a
commit 781467bb69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
Build:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
runs-on: missuo
steps:
- uses: actions/checkout@v3