From 46731530713321d1ca1cc83542e18655f70140c4 Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Sat, 14 Sep 2024 21:25:08 +0200 Subject: [PATCH] Run the macOS CI job on macOS 14 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e294822..f1fda1ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: matrix: os: - ubuntu-24.04 - - macos-12 + - macos-14 - windows-2022 steps: - name: Download tox4j