Skip to content

Commit

Permalink
ci: disable macos build when cross-compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
nosduco committed Dec 27, 2023
1 parent 2d28841 commit fe6178f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
OS: ubuntu-latest
- TARGET: arm-unknown-linux-musleabihf
OS: ubuntu-latest
- TARGET: x86_64-apple-darwin
OS: macos-latest
# - TARGET: x86_64-apple-darwin
# OS: macos-latest
env:
NAME: nforwardauth
TARGET: ${{ matrix.TARGET }}
Expand Down

0 comments on commit fe6178f

Please sign in to comment.