From 225cbd7e6736ae090efa620026014c51fea94e65 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 4 Oct 2025 19:15:18 +0200 Subject: [PATCH] Update macOS version in CI workflow (#1085) --- .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 3cd93b1..0dd7c30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - {VERSION: "3.13", NOXSESSION: "tests"} - {VERSION: "3.13t", NOXSESSION: "tests"} MACOS: - - macos-13 + - macos-15-intel - macos-latest name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.MACOS }}" steps: