Skip to content

Commit

Permalink
do not build the C API on x86 OSX (#237)
Browse files Browse the repository at this point in the history
* do not build on x86 OSX

* update readme

* Apply suggestions from code review
  • Loading branch information
Geal authored Nov 3, 2024
1 parent 4e6b2c8 commit 6ccb7aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
strategy:
matrix:
include:
- os: macos-latest-large
target_arch: x86_64-apple-darwin
# deactivated for now, the x86 workers are more expensive
# - os: macos-latest-large
# target_arch: x86_64-apple-darwin
- os: macos-latest
target_arch: aarch64-apple-darwin
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion biscuit-capi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can then link against the generated library in your C code.

### Downloading pre-built binaries
In the [releases section](https://github.com/biscuit-auth/biscuit-rust/releases) of this repository, you can find pre-built binaries for the C API.
Currently, only Linux x86_64 and MacOS (x86 + arm) are provided.
Currently, only Linux x86_64 and MacOS (arm) are provided.

### Running the tests

Expand Down

0 comments on commit 6ccb7aa

Please sign in to comment.