From d81e75e94a1dd2b8d64caa0e72c771a7196a5d15 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Wed, 29 Dec 2021 21:05:44 +0100 Subject: HISTORY.rst add hyperlinks pointing to psutil API doc (#2042) --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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 -- cgit v1.2.1