diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cb289a..7789604 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,8 +95,8 @@ jobs: # chmod a+x builder # ./builder build -p ${{ env.PACKAGE_NAME }} --target=linux-${{ matrix.arch }} --spec=downstream - windows-vc16: - runs-on: windows-2019 + windows: + runs-on: windows-2022 defaults: run: shell: cmd # use CMD instead of powershell to catch error from bat script diff --git a/.github/workflows/handle-stale-discussions.yml b/.github/workflows/handle-stale-discussions.yml index 5b16398..09923bb 100644 --- a/.github/workflows/handle-stale-discussions.yml +++ b/.github/workflows/handle-stale-discussions.yml @@ -1,7 +1,7 @@ name: HandleStaleDiscussions on: schedule: - - cron: '0 */4 * * *' + - cron: "0 9 * * 1" discussion_comment: types: [created] diff --git a/.github/workflows/stale_issue.yml b/.github/workflows/stale_issue.yml index bdc95a6..c85a49b 100644 --- a/.github/workflows/stale_issue.yml +++ b/.github/workflows/stale_issue.yml @@ -3,7 +3,7 @@ name: "Close stale issues" # Controls when the action will run. on: schedule: - - cron: "*/60 * * * *" + - cron: "0 9 * * 1" jobs: cleanup: