From 7045c6f7f4d8aecff8c191e088a331678f0b2b33 Mon Sep 17 00:00:00 2001 From: hustcer Date: Sat, 9 Nov 2024 09:19:26 +0800 Subject: [PATCH] chore: Update daily checking workflow, add develop and main branch check --- .github/workflows/daily.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index a26724b..d1673df 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -14,14 +14,14 @@ on: - cron: '15 0 * * *' # run at 00:15 AM UTC jobs: - setup-moonbit: + setup-latest: strategy: fail-fast: false matrix: os: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} - name: Setup MoonBit@${{ matrix.os }} + name: Setup Latest@${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v4 @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Moonbit - uses: hustcer/setup-moonbit@v1 + uses: hustcer/setup-moonbit@main with: version: nightly env: @@ -92,7 +92,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Moonbit - uses: hustcer/setup-moonbit@v1 + uses: hustcer/setup-moonbit@develop with: version: bleeding env: