mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-25 17:52:55 +08:00
fix: fix actions
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -14,7 +14,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: [self-hosted, Windows]
|
||||
runs-on: windows-latest
|
||||
name: CI
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user