Skip to content

Commit

Permalink
try apple m1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Dec 24, 2023
1 parent b9a4b31 commit 8fbb4eb
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
runs-on: macos-latest
runs-on: macos-latest-large
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') }}

env:
Expand Down

0 comments on commit 8fbb4eb

Please sign in to comment.