Skip to content

Commit

Permalink
Downgrade the macOS version used for Docker tests to macos-12 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 786b1cd commit 1417b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-13 # Later versions of ARM-based macOS runners fail because the hypervisor framework required for Docker is not supported
- macos-12 # 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 1417b45

Please sign in to comment.