From 1417b45b4240b1467a1bb2676f417dd2f71cecd2 Mon Sep 17 00:00:00 2001 From: Jared Deiner Date: Fri, 31 May 2024 11:20:29 -0700 Subject: [PATCH] Downgrade the macOS version used for Docker tests to macos-12 to fix recent Docker build failures --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d332dd1..7c36fd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: