Skip to content

Commit

Permalink
ci: update mold
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli committed Dec 19, 2023
1 parent 32e3ac0 commit 0359b73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
os: [ubuntu-latest]
wasm_cache_version: ["v2"]
mold_version: [2.3.2]
mold_version: [2.4.0]

steps:
- name: Checkout repo
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
os: [ubuntu-latest]
wasm_cache_version: ["v2"]
nightly_version: [nightly-2023-06-01]
mold_version: [2.3.2]
mold_version: [2.4.0]

steps:
- name: Checkout repo
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
os: [ubuntu-latest]
wasm_cache_version: ["v2"]
nightly_version: [nightly-2023-06-01]
mold_version: [2.3.2]
mold_version: [2.4.0]

steps:
- name: Download wasm artifacts
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2023-06-01]
mold_version: [2.3.2]
mold_version: [2.4.0]
make:
- name: ABCI

Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2023-06-01]
mold_version: [2.3.2]
mold_version: [2.4.0]
make:
- name: ABCI

Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2023-06-01]
mold_version: [2.3.2]
mold_version: [2.4.0]
make:
- name: ABCI

Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
mold_version: [2.3.2]
mold_version: [2.4.0]
make:
- name: ABCI Release build

Expand Down Expand Up @@ -570,7 +570,7 @@ jobs:
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2023-06-01]
mold_version: [2.3.2]
mold_version: [2.4.0]
comet_bft: [0.37.2]
hermes: [1.6.0-namada-beta1]
make:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triggerable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
mold_version: [2.3.2]
mold_version: [2.4.0]
name: ["Run PoS state-machine tests"]
command: ["make test-pos-sm"]
timeout: [360]
Expand Down

0 comments on commit 0359b73

Please sign in to comment.