From 87ab4c9f79d15217fe37f95876a14611652e7495 Mon Sep 17 00:00:00 2001 From: Katherine Eaton Date: Thu, 25 Jul 2024 17:05:38 -0600 Subject: [PATCH] ci: add macos --- .github/workflows/test.yaml | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 47176f5..07dc1eb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,26 +22,17 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest] - python-version: [3.7, 3.9] + os: [ubuntu-latest, macos-latest, windows-latest] + python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12] include: - os: ubuntu-latest arch: linux - - os: windows-altest + # - os: ubuntu-latest + # arch: docker + - os: windows-latest arch: windows - # include: - # # linux - # - os: ubuntu-latest - # arch: linux - # # windows - # - os: windows-latest - # arch: windows - # # macOS - # - os: macos-latest - # arch: macos - # # # docker - # # - os: ubuntu-latest - # # arch: docker + - os: macos-latest + arch: macos runs-on: ${{ matrix.os }}