Skip to content

Commit

Permalink
chore: use macos-11 runners
Browse files Browse the repository at this point in the history
`macos-10.15` runner is deprecated.

Signed-off-by: mayeut <[email protected]>
  • Loading branch information
mayeut committed Aug 28, 2022
1 parent 3e49ee4 commit 0782d93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15]
os: [ubuntu-20.04, macos-11]

steps:
- name: Cancel previous runs
Expand Down Expand Up @@ -70,13 +70,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15]
os: [ubuntu-20.04, macos-11]
env:
CIBW_TEST_COMMAND:
PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 python {project}/psutil/tests/runner.py &&
PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 python {project}/psutil/tests/test_memleaks.py
CIBW_TEST_EXTRAS: test
CIBW_BUILD: 'cp27-* cp35-*'
CIBW_SKIP: 'cp35-macosx_x86_64'

steps:
- name: Cancel previous runs
Expand Down

0 comments on commit 0782d93

Please sign in to comment.