Skip to content

Commit

Permalink
chore(ci): Revert ci to use macos-latest & ubuntu-latest. (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb authored Apr 25, 2024
1 parent 63d7bd9 commit c9b9307
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-latest
python: '3.10'
solc: '0.8.20'
evm-type: 'main'
tox-cmd: 'tox run-parallel --parallel-no-spinner'
- os: ubuntu-20.04
- os: ubuntu-latest
python: '3.12'
solc: '0.8.23'
evm-type: 'main'
tox-cmd: 'tox run-parallel --parallel-no-spinner'
- os: ubuntu-20.04
- os: ubuntu-latest
python: '3.11'
solc: '0.8.21'
evm-type: 'main' # 'develop'
tox-cmd: 'tox run-parallel --parallel-no-spinner' # 'tox -e tests-develop'
- os: macos-12
- os: macos-latest
python: '3.11'
solc: '0.8.22'
evm-type: 'main'
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ extras =

setenv =
SPEC_TESTS_AUTO_GENERATE_FILES = true
# Required for `cairosvg` so tox can find `libcairo-2`.
# https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/?h=cairo#cairo-library-was-not-found
DYLD_FALLBACK_LIBRARY_PATH = /opt/homebrew/lib

src = setup.py docs/gen_test_case_reference.py

Expand Down

0 comments on commit c9b9307

Please sign in to comment.