Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
13584452567 authored Sep 20, 2024
1 parent 81c1dcc commit 68e2e6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build Project
on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -19,7 +20,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-11
- os: macos-latest
tag: n5.0.1
steps:
- name: CleanOldArtifact
Expand Down Expand Up @@ -65,4 +66,4 @@ jobs:
with:
files: |
${{ github.workspace }}/*.zip
${{ github.workspace }}/install.py
${{ github.workspace }}/install.py

0 comments on commit 68e2e6a

Please sign in to comment.