Skip to content

Commit 786b1cd

Browse files
author
Jared Deiner
committed
Downgrade the macOS version used for Docker tests to macos-13 to fix recent Docker build failures
1 parent c6cde48 commit 786b1cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ ubuntu-latest, macos-latest ]
18+
os:
19+
- ubuntu-latest
20+
- macos-13 # Later versions of ARM-based macOS runners fail because the hypervisor framework required for Docker is not supported
1921
python: [ "3.8", "3.9", "3.10", "3.11"]
2022
node: [ 20 ]
2123
env:

0 commit comments

Comments
 (0)