From 4a3f1a85909b3d3af97001650c534366efd4d263 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman Date: Tue, 16 Apr 2024 15:05:35 +0200 Subject: [PATCH] Test on macos-14 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59170f2..51fa4ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,9 +62,9 @@ jobs: - "pypy-3.10" os: ["ubuntu-latest"] include: - - os: "macos-latest" # For m1 macos - python-version: "3.8" - - os: "macos-13" # for x86 macos + - os: "macos-14" # For m1 macos + python-version: "3.12" + - os: "macos-latest" # for x86 macos python-version: "3.8" - os: "windows-latest" python-version: "3.8"