Skip to content

Commit

Permalink
ci: flail at restoring macos buidls
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 19, 2024
1 parent 3a35224 commit 5a418dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@ jobs:
os:
- "ubuntu-latest"
- "windows-latest"
- "macos-latest"
architecture:
- x64
- x86
exclude:
# 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:
Expand Down

0 comments on commit 5a418dd

Please sign in to comment.