Skip to content

Commit

Permalink
fix(github): Bump to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Sep 30, 2024
1 parent ba54548 commit f1bcf43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tox_verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ jobs:
matrix:
include:
# Temporarily disable
# - os: ubuntu-24.04
# - os: ubuntu-latest
# python: "3.10"
# evm-type: "stable"
# tox-cmd: "uvx --with=tox-uv tox" # run-parallel --parallel-no-spinner" # TODO: disable parallelisation for uv testing
- os: ubuntu-24.04
- os: ubuntu-latest
python: "3.12"
evm-type: "stable"
tox-cmd: "uvx --with=tox-uv tox" # run-parallel --parallel-no-spinner"
# Disabled due to unavailable evm implementation for devnet-1
# - os: ubuntu-24.04
# - os: ubuntu-latest
# python: '3.11'
# evm-type: 'develop'
# tox-cmd: 'tox -e tests-develop'
# Disabled to not be gated by evmone implementation
# - os: ubuntu-24.04
# - os: ubuntu-latest
# python: '3.11'
# evm-type: 'eip7692'
# tox-cmd: 'tox -e tests-eip7692'
Expand Down

0 comments on commit f1bcf43

Please sign in to comment.