From e9b3179ba9d52fdbab74f5b1abe0605ddb6745f9 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Tue, 15 Jul 2025 17:23:57 -0400 Subject: [PATCH] tests: Enable testing on macos-latest --- .github/workflows/test_actions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_actions.yml b/.github/workflows/test_actions.yml index a8d4d3e..fd66a3f 100644 --- a/.github/workflows/test_actions.yml +++ b/.github/workflows/test_actions.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest] + os: [windows-latest, ubuntu-latest, macos-latest] python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, pypy3.10, pypy3.11] steps: - name: Check out repo @@ -44,7 +44,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest] + os: [windows-latest, ubuntu-latest, macos-latest] python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] steps: - name: Check out repo @@ -71,7 +71,7 @@ jobs: needs: test_setup_poetry strategy: matrix: - os: [windows-latest, ubuntu-latest] + os: [windows-latest, ubuntu-latest, macos-latest] python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] steps: - name: Check out repo @@ -103,7 +103,7 @@ jobs: needs: test_setup_poetry strategy: matrix: - os: [windows-latest, ubuntu-latest] + os: [windows-latest, ubuntu-latest, macos-latest] python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] steps: - name: Check out repo