Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 5, 2024
1 parent d33e578 commit 5326ebe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
matrix:
include:
- target: x86_64-unknown-linux-musl
os: ubuntu-latest-4core
os: ubuntu-latest
- target: aarch64-unknown-linux-musl
os: ubuntu-latest-arm-4core
os: ubuntu-latest-arm
- target: x86_64-pc-windows-msvc
os: windows-latest
- target: aarch64-apple-darwin
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
timeout-minutes: 30
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-latest-arm-4core
- ubuntu-latest-arm
- windows-latest
- macos-latest
- macos-13
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: ^env/
exclude: (^env/|.pixi/)
repos:
- repo: local
hooks:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ rattler_networking = { version = "0.20.8", default-features = false }
rattler_package_streaming = { version = "0.21.1", default-features = false }
rattler_shell = "0.20.6"
reqwest = { version = "0.12.4", default-features = false, features = [
"http2",
"macos-system-configuration",
"http2",
"macos-system-configuration",
] }
reqwest-middleware = "0.3.1"
serde = { version = "1.0.203", features = ["derive"] }
Expand Down

0 comments on commit 5326ebe

Please sign in to comment.