Skip to content

Commit

Permalink
Merge branch 'main' into jrigada-pass-down-gas-values-for-script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada authored Jan 20, 2025
2 parents f487529 + 5c46959 commit 8405645
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ jobs:
# `target`: Rust build target triple
# `platform` and `arch`: Used in tarball names
# `svm`: target platform to use for the Solc binary: https://github.com/roynalnaruto/svm-rs/blob/84cbe0ac705becabdc13168bae28a45ad2299749/svm-builds/build.rs#L4-L24
- runner: ubuntu-22.04-github-hosted-16core
- runner: ubuntu-24.04-github-hosted-16core
target: x86_64-unknown-linux-gnu
svm_target_platform: linux-amd64
platform: linux
arch: amd64
- runner: ubuntu-22.04-github-hosted-16core
- runner: ubuntu-24.04-github-hosted-16core
target: aarch64-unknown-linux-gnu
svm_target_platform: linux-aarch64
platform: linux
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

crate-checks:
# ubuntu-22.04 runs out of disk space
runs-on: ubuntu-22.04-github-hosted-16core
runs-on: ubuntu-24.04-github-hosted-16core
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand All @@ -103,7 +103,7 @@ jobs:
run: cargo hack check

zk-cargo-test:
runs-on: ubuntu-22.04-github-hosted-16core
runs-on: ubuntu-24.04-github-hosted-16core
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -165,12 +165,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- name: Install foundry-zksync
run: |
cp ./install-foundry-zksync ./foundryup-zksync/* /tmp/
cd /tmp
./install-foundry-zksync
- name: Verify anvil-zksync installation
run: anvil-zksync --version
4 changes: 2 additions & 2 deletions .github/workflows/zk-aave-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
zk-aave-test:
runs-on: ubuntu-22.04-github-hosted-16core
runs-on: ubuntu-24.04-github-hosted-16core

steps:
- name: Checkout code
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
RUST_BACKTRACE: full
TEST_MAINNET_URL: http://localhost:8011
run: |
ZK_DEBUG_HISTORICAL_BLOCK_HASHES=5 cargo nextest run --package '*' --lib --test '*' --filter-expr 'test(~test_zk_aave_di)'
ZK_DEBUG_HISTORICAL_BLOCK_HASHES=5 cargo nextest run --package '*' --lib --test '*' --filter-expr 'test(~test_zk_aave_di)'

0 comments on commit 8405645

Please sign in to comment.