From a6016018c78b5ddfe55836dbd7a7ffadc9f73ee8 Mon Sep 17 00:00:00 2001 From: Gabriel Levcovitz Date: Fri, 17 Oct 2025 18:37:11 -0300 Subject: [PATCH] chore(ci): update macos --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5453ce1..2a66646 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,13 +18,11 @@ jobs: strategy: matrix: python: - - "3.9" - - "3.10" - "3.11" + - "3.12" os: - ubuntu-22.04 - - macos-13 - # - windows-latest + - macos-15 steps: - name: Checkout uses: actions/checkout@v4