Skip to content

Commit

Permalink
test: re-enable macos-latest in CI (ApeWorX#2120)
Browse files Browse the repository at this point in the history
Co-authored-by: Juliya Smith <jules@apeworx.io>
  • Loading branch information
dtdang and antazoey committed Jun 17, 2024
1 parent e44a953 commit 82bd563
Showing 1 changed file with 4 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 @@ -62,9 +62,7 @@ jobs:

strategy:
matrix:
# TODO: Replace with macos-latest when works again.
# https://github.com/actions/setup-python/issues/808
os: [ubuntu-latest, macos-12] # eventually add `windows-latest`
os: [ubuntu-latest, macos-latest] # eventually add `windows-latest`
python-version: [3.9, "3.10", "3.11", "3.12"]

env:
Expand All @@ -86,7 +84,9 @@ jobs:
go-version: '^1.20.7'

- name: Install Geth
uses: gacts/install-geth-tools@v1
# TODO: use `gacts/install-geth-tools@v1` once
# https://github.com/gacts/install-geth-tools/pull/68 merges.
uses: antazoey/install-geth-tools@feat/macos-arm
with:
version: 1.13.11

Expand Down

0 comments on commit 82bd563

Please sign in to comment.