From 6ed1a9ae25f2bf83a833fc381c2442050ca1f527 Mon Sep 17 00:00:00 2001 From: Gabriel Levcovitz Date: Fri, 17 Oct 2025 18:41:16 -0300 Subject: [PATCH] chore(ci): update macos --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca9b6e1e..4a6bcbc2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -113,9 +113,8 @@ jobs: fail-fast: false matrix: os: - - { arch: 'Intel', runner: 'macos-13' } - - { arch: 'Arm', runner: 'macos-latest' } - python-version: ['3.10', '3.11', '3.12', '3.13'] + - macos-15 + python-version: [3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4 @@ -149,7 +148,7 @@ jobs: os: - { arch: 'x64', runner: 'ubuntu-latest' } - { arch: 'arm', runner: 'ubuntu-24.04-arm' } - python-version: ['3.10', '3.11', '3.12', '3.13'] + python-version: [3.11', '3.12', '3.13'] debian-dist: [bullseye, bookworm] steps: - uses: actions/checkout@v4