From 60a58204ed28ae03f491cec45a6b5b76e5d0f212 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Wynen Date: Mon, 24 Jun 2024 16:04:15 +0200 Subject: [PATCH] Update to macos-14 CI image --- .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 2a2b067b..9ad1bd24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - {python: '3.12', os: ubuntu-22.04, tox: py312-full} - {python: '3.11', os: ubuntu-22.04, tox: py311-full} - {python: '3.10', os: ubuntu-22.04, tox: py310-full} - - {python: '3.10', os: macos-12, tox: py310} + - {python: '3.10', os: macos-14, tox: py310} - {python: '3.10', os: windows-2022, tox: py310} steps: - run: sudo apt install --yes docker-compose