zfs-2.1.7: Use ubuntu-20.04 for zloop and sanity builders

The zfs-2.1.7 branch is still using the older 'python-dev'
package names rather than the newer 'python3-dev' packages that
are required for 'ubuntu-latest'.  Use 'ubuntu-20.04' instead of
'ubuntu-latest' to get around this.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
This commit is contained in:
Tony Hutter 2022-12-01 10:21:12 -08:00
parent c8d2ab05e1
commit 7819b12f2c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
jobs: jobs:
tests: tests:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:

View File

@ -6,7 +6,7 @@ on:
jobs: jobs:
tests: tests:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
env: env:
TEST_DIR: /var/tmp/zloop TEST_DIR: /var/tmp/zloop
steps: steps: