Skip to content

Commit

Permalink
disable docker test on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro committed Feb 15, 2024
1 parent 8211dc2 commit 6f91dbe
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ jobs:
strategy:
matrix:
include:
- os: macos-latest
activate: "source .venv/bin/activate"
# TODO
# - os: macos-latest
# activate: "source .venv/bin/activate"
- os: macos-14
activate: "source .venv/bin/activate"
#- os: windows-latest
Expand Down Expand Up @@ -183,8 +184,10 @@ jobs:
runner: ubuntu-latest
# FIXME: try macos-14 runner once all actions support it
# docker buildx action broken as of 2024-02-09
- platform: linux/arm64
runner: custom-macos

# TODO
# - platform: linux/arm64
# runner: custom-macos
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 6f91dbe

Please sign in to comment.