1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-04 00:10:39 +00:00

changed from 64fast to windows-latest

This commit is contained in:
Cameron Taylor 2023-05-22 23:58:03 -04:00 committed by GitHub
parent 03cab4a326
commit 69cd351cec

View file

@ -37,7 +37,7 @@ jobs:
create-nightly-win: create-nightly-win:
needs: check_date needs: check_date
if: ${{ needs.check_date.outputs.should_run != 'false'}} if: ${{ needs.check_date.outputs.should_run != 'false'}}
runs-on: 64fast runs-on: windows-latest
permissions: permissions:
contents: write contents: write
actions: write actions: write