fix: fix actions

This commit is contained in:
Mr-X-GTA
2024-09-27 20:43:18 +02:00
parent fd9524a684
commit c1bc789db5
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ concurrency:
jobs:
ci:
runs-on: [self-hosted, Windows]
runs-on: windows-latest
name: CI
steps:
- uses: actions/checkout@v3

View File

@ -29,7 +29,7 @@ jobs:
fi
build_nightly:
runs-on: [self-hosted, Windows]
runs-on: windows-latest
name: Build Nightly
needs: check_recent_commit
if: needs.check_recent_commit.outputs.should_run == 'true'