From 39882bbc49e8ee6317de9f32b4ba44e412aa5c80 Mon Sep 17 00:00:00 2001 From: Croydon Date: Thu, 6 Jun 2024 21:07:54 +0200 Subject: [PATCH] CI: Not enough macOS 14 runners available; downgrade --- .github/workflows/conventions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventions.yml b/.github/workflows/conventions.yml index 36fe338..82f10c1 100644 --- a/.github/workflows/conventions.yml +++ b/.github/workflows/conventions.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-22.04", "windows-2022", "macos-14.0"] + os: ["ubuntu-22.04", "windows-2022", "macos-13.0"] python_version: - "3.8" - "3.12"