From 51e48f692ecb8813ce999a5f12c6991772e9d043 Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Wed, 6 Nov 2024 22:20:05 +0200 Subject: [PATCH] Changed macos versions --- .github/workflows/macos-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 36e89cc..744662a 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -12,7 +12,7 @@ on: jobs: test: - runs-on: macos-latest + runs-on: macos-13 strategy: matrix: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]