Skip to content

Commit

Permalink
brew try4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 23, 2024
1 parent f824c45 commit e2b7e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# This workflow contains a single job called "build"
osx_build:
# The type of runner that the job will run on, macos-13 is x86_64
runs-on: macos-13
runs-on: ${{ matrix.distro }}
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') }}

strategy:
Expand Down

0 comments on commit e2b7e64

Please sign in to comment.