From 68e2e6a94c2dfa8aa92368dfd0cd979f62619129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E7=B4=AB=E8=8F=9C?= <25471437+13584452567@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:50:08 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d73e14f..f2453b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,6 @@ name: Build Project on: + workflow_dispatch: push: branches: - main @@ -19,7 +20,7 @@ jobs: fail-fast: false matrix: include: - - os: macos-11 + - os: macos-latest tag: n5.0.1 steps: - name: CleanOldArtifact @@ -65,4 +66,4 @@ jobs: with: files: | ${{ github.workspace }}/*.zip - ${{ github.workspace }}/install.py \ No newline at end of file + ${{ github.workspace }}/install.py