Skip to content

Commit

Permalink
Downgrade the macOS version used for Docker tests to macos-13 to fix …
Browse files Browse the repository at this point in the history
…recent Docker build failures
  • Loading branch information
Jared Deiner committed May 31, 2024
1 parent c6cde48 commit 786b1cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
os:
- ubuntu-latest
- macos-13 # Later versions of ARM-based macOS runners fail because the hypervisor framework required for Docker is not supported
python: [ "3.8", "3.9", "3.10", "3.11"]
node: [ 20 ]
env:
Expand Down

0 comments on commit 786b1cd

Please sign in to comment.