summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-12-29 21:05:44 +0100
committerGitHub <noreply@github.com>2021-12-29 21:05:44 +0100
commitd81e75e94a1dd2b8d64caa0e72c771a7196a5d15 (patch)
treedfd9587eda0fc98e3917786d55ee88dc6ae3ae31 /.github
parenta7165b5c02670cb7c4886425dd3911dd1b1116a6 (diff)
downloadpsutil-d81e75e94a1dd2b8d64caa0e72c771a7196a5d15.tar.gz
HISTORY.rst add hyperlinks pointing to psutil API doc (#2042)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5fd6e735..d8940cd0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-10.15]
include:
- {name: Linux, python: '3.9', os: ubuntu-latest}
env:
@@ -128,7 +128,7 @@ jobs:
python scripts/internal/print_hashes.py wheelhouse/
freebsd:
- runs-on: macos-latest
+ runs-on: macos-10.15
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.6.0
@@ -139,7 +139,7 @@ jobs:
- name: Run tests
id: test
- uses: vmactions/freebsd-vm@v0.1.4
+ uses: vmactions/freebsd-vm@v0.1.5
with:
usesh: true
prepare: pkg install -y gcc python3