Skip to content

Commit

Permalink
skip build on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
error2215 committed Oct 15, 2024
1 parent ce9d14a commit f98a041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
{os: ubuntu-latest, path: linux-x86_64},
{os: windows-latest, path: windows-x86_64},
{os: raspbian-private, path: linux-arm64},
{os: macos-latest, path: darwin-x86_64},
# {os: macos-latest, path: darwin-x86_64},
]
runs-on: ${{ matrix.platform.os }}
steps:
Expand Down

0 comments on commit f98a041

Please sign in to comment.