From 5a418dd18e7971ebae9058a39590693d8b235e76 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Sun, 19 May 2024 17:04:55 -0400 Subject: [PATCH] ci: flail at restoring macos buidls --- .github/workflows/ci-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 386bc19..98fec19 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -25,6 +25,7 @@ jobs: os: - "ubuntu-latest" - "windows-latest" + - "macos-latest" architecture: - x64 - x86 @@ -32,6 +33,11 @@ jobs: # Linux and macOS don't have x86 python - os: "ubuntu-latest" architecture: x86 + - os: "macos-latest" + python-version: "py37" + include: + - os: "macos-12" + python-version: "py37" name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}" runs-on: ${{ matrix.os }} steps: