Skip to content

Commit

Permalink
Merge branch 'tomas/downgrade-ci-nightly-2' (#2767)
Browse files Browse the repository at this point in the history
* tomas/downgrade-ci-nightly-2:
  ci: fix the nightly version to 2024-02-10
  • Loading branch information
tzemanovic committed Feb 28, 2024
2 parents 09f505b + bffea60 commit 316ddc2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
matrix:
os: [ubuntu-latest]
wasm_cache_version: ["v2"]
nightly_version: [nightly-2024-01-20]
nightly_version: [nightly-2024-02-10]
mold_version: [2.4.0]

steps:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
matrix:
os: [ubuntu-latest]
wasm_cache_version: ["v2"]
nightly_version: [nightly-2024-01-20]
nightly_version: [nightly-2024-02-10]
mold_version: [2.4.0]

steps:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2024-01-20]
nightly_version: [nightly-2024-02-10]
mold_version: [2.4.0]
make:
- name: ABCI
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2024-01-20]
nightly_version: [nightly-2024-02-10]
mold_version: [2.4.0]
make:
- name: ABCI
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2024-01-20]
nightly_version: [nightly-2024-02-10]
mold_version: [2.4.0]
make:
- name: ABCI
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2024-01-20]
nightly_version: [nightly-2024-02-10]
mold_version: [2.4.0]
comet_bft: [0.37.2]
hermes: [1.7.4-namada-beta7]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2024-01-20]
nightly_version: [nightly-2024-02-10]
make:
- name: Clippy
command: clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2024-01-20]
nightly_version: [nightly-2024-02-10]
make:
- name: Audit
command: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2024-01-20]
nightly_version: [nightly-2024-02-10]
mdbook_version: [rust-lang/[email protected]]
mdbook_mermaid: [badboy/[email protected]]
mdbook_linkcheck: [Michael-F-Bryan/[email protected]]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triggerable_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
nightly_version: [nightly-2024-01-20]
nightly_version: [nightly-2024-02-10]
mold_version: [2.4.0]
comet_bft: [0.37.2]
name: ["Run chain sync test"]
Expand Down

0 comments on commit 316ddc2

Please sign in to comment.