From d6dcd8adca9adedcc78e13f8a3dea0ae6c5cf9bc Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 25 Apr 2024 08:18:17 +0200 Subject: [PATCH] use explicit macos version macos-latest changed to align to macos-14 - so it's no longer capable of running python 3.9 --- .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 92f8e71c2..1a87b86cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ "macos-latest", "macos-13", "macos-14" ] + os: [ "macos-12", "macos-13", "macos-14" ] python-version: ["3.9", "3.10", "3.11", "3.12"] exclude: - os: "macos-14"