mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-26 00:35:11 +00:00
Merge pull request #93 from FunkinCrew/github-action-fixes
changed from 64fast to windows-latest
This commit is contained in:
commit
9c8dca018a
2
.github/workflows/build-shit.yml
vendored
2
.github/workflows/build-shit.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
create-nightly-win:
|
||||
needs: check_date
|
||||
if: ${{ needs.check_date.outputs.should_run != 'false'}}
|
||||
runs-on: 64fast
|
||||
runs-on: windows-latest
|
||||
permissions:
|
||||
contents: write
|
||||
actions: write
|
||||
|
|
Loading…
Reference in a new issue