Skip to content

Commit

Permalink
[ci] Remove macOS from test matrix again
Browse files Browse the repository at this point in the history
Don't use macOS for now, it is currently unstable, otherwise slow.
  • Loading branch information
amotl committed Apr 19, 2022
1 parent 664e377 commit c9e863f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
os: [
'ubuntu-latest',

# Don't use macOS for now, it is currently unstable, otherwise slow. -- 2022-04-19, amo
# 'macos-latest',
]
python-version: ['2.7']

defaults:
Expand Down Expand Up @@ -69,7 +74,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
os: [
'ubuntu-latest',

# Don't use macOS for now, it is currently unstable, otherwise slow. -- 2022-04-19, amo
# 'macos-latest',
]
node-version: ['11']

defaults:
Expand Down

0 comments on commit c9e863f

Please sign in to comment.