From 35e0c678f2cfea85dca74a91cd55ede4ad59d128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Wed, 4 Dec 2024 13:42:31 +0100 Subject: [PATCH] Update MacOS in CI --- .github/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 257a32752..dadfcf28c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -21,9 +21,9 @@ jobs: os: [ubuntu-latest] python-version: ["3.10", "3.11", "3.12"] include: - # - os: windows-latest - # python-version: "3.12" - - os: macos-12 + - os: windows-latest + python-version: "3.12" + - os: macos-13 python-version: "3.12" env: