Skip to content

Commit

Permalink
correct submodule file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferret-san committed Nov 18, 2024
1 parent a41f73f commit f313878
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ env:
jobs:
arbitrator:
name: Run Arbitrator tests
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04]
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
url = https://github.com/OffchainLabs/wasmer.git
[submodule "nitro-testnode"]
path = nitro-testnode
url = https://github.com/OffchainLabs/nitro-testnode.git
url = https://github.com/celestiaorg/nitro-testnode
[submodule "arbitrator/langs/rust"]
path = arbitrator/langs/rust
url = https://github.com/OffchainLabs/stylus-sdk-rs.git
Expand Down
2 changes: 1 addition & 1 deletion nitro-testnode

0 comments on commit f313878

Please sign in to comment.