Skip to content

Commit

Permalink
[CI] Reduce to one macOS version
Browse files Browse the repository at this point in the history
Due to the scarcity of GH provided runners, we'll only do one macOS version for now. The lead developers tend to run the latest macOS locally anyways, so it shouldn't be a problem to catch issues as they arise.
  • Loading branch information
bryanwweber authored and ischoegl committed Jul 27, 2022
1 parent 039d551 commit b86674c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Expand Up @@ -89,12 +89,11 @@ jobs:

macos-multiple-pythons:
name: macOS with Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
runs-on: macos-11
timeout-minutes: 90
strategy:
matrix:
python-version: [ '3.7', '3.9', '3.10' ]
os: ['macos-11', 'macos-12']
fail-fast: false
steps:
# Attempt to fix intermittent cloning errors. The error message says something like
Expand Down

0 comments on commit b86674c

Please sign in to comment.