From 18ccc5f73d9901303c15d72773d2c1bf1780a5c1 Mon Sep 17 00:00:00 2001 From: Flaviu Vadan Date: Mon, 4 Nov 2024 10:39:05 -0800 Subject: [PATCH] Update cicd.yaml Signed-off-by: Flaviu Vadan --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index d04cc0cc3..b735fa1aa 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-12] + os: [ubuntu-latest, macos-13] python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ${{ matrix.os }}