Skip to content

Commit debbc88

Browse files
authored
fix: address flaky macOS CI tests (#109)
- Upgrade near-sandbox 0.3.0 -> 0.3.4 (includes port retry logic and process cleanup fixes) - Use warp-macos-latest-arm64-6x runner (6 cores vs 3 cores)
1 parent 5e0903a commit debbc88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
strategy:
9595
fail-fast: false
9696
matrix:
97-
platform: [ubuntu-latest, macos-latest]
97+
platform: [ubuntu-latest, warp-macos-latest-arm64-6x]
9898
toolchain:
9999
- stable
100100
- ${{ needs.get_msrv.outputs.version }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ near-openapi-types = "0.6"
6161
# Dev-dependencies
6262
near-primitives = { version = "0.34" }
6363
near-crypto = { version = "0.34" }
64-
near-sandbox = { version = "0.3.0", features = [
64+
near-sandbox = { version = "0.3.4", features = [
6565
"generate",
6666
], default-features = false }
6767
testresult = "0.4"

0 commit comments

Comments
 (0)