Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-latest migrated from macos-15 to macos-26 in June 2026
# (actions/runner-images#14167), which stalls the go-libp2p p2pd binary
# download during install. Pin to macos-15 until that is resolved.
os: [windows-latest, ubuntu-latest, macos-15]
# TEST ONLY (do not merge): unpinned back to macos-latest (macos-26) to
# validate the go-libp2p p2pd download fix via the overrides below.
os: [windows-latest, ubuntu-latest, macos-latest]
node: [lts/*]
fail-fast: false
steps:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"aegir": "^48.0.11",
"npm-run-all": "^4.1.5"
},
"overrides": {
"go-libp2p": "github:tabcat/npm-go-libp2p#test/download-on-first-use-dist"
},
"workspaces": [
"doc",
"interop",
Expand Down
Loading