Skip to content

Commit

Permalink
chore(ci): hotfix github actions by using macos-12 (ethereum#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz authored Apr 23, 2024
1 parent a6a720f commit 62ea30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
solc: '0.8.21'
evm-type: 'main' # 'develop'
tox-cmd: 'tox run-parallel --parallel-no-spinner' # 'tox -e tests-develop'
- os: macos-latest
- os: macos-12
python: '3.11'
solc: '0.8.22'
evm-type: 'main'
Expand Down

0 comments on commit 62ea30e

Please sign in to comment.