Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 20, 2024
1 parent 6d03e73 commit 8a3ee99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
macos:
runs-on: macos-14
runs-on: macos-13
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install build stuff
run: xcode-select --install
- name: Tests
run: CC="clang -arch arm64" cargo test --no-default-features --release
run: cargo test --no-default-features --release
- name: Build wheels - x86_64 - cramjam-cli
uses: PyO3/maturin-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion libcramjam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ brotli = { version = "^3", default-features = false, features = ["std", "ffi-api
bzip2 = "^0.4"
lz4 = "^1"
flate2 = "^1"
blosc2-rs = "0.2.0+2.13.2"
blosc2-rs = "0.2.1+2.13.2"
libdeflater = "^1"
zstd = "0.13.0"
libc = { version = "0.2", optional = true }
Expand Down

0 comments on commit 8a3ee99

Please sign in to comment.