Admin: CI: Downgrade Ubuntu to ensure Py3.6 is available (#5744)
This commit is contained in:
parent
4eb3944b1d
commit
d551a4dffd
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -5,7 +5,8 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
cache:
|
cache:
|
||||||
name: Caching
|
name: Caching
|
||||||
runs-on: ubuntu-latest
|
# Change to ubuntu-latest after dropping Py3.6
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10", "3.11" ]
|
python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10", "3.11" ]
|
||||||
@ -72,7 +73,7 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
name: Unit test
|
name: Unit test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
needs: lint
|
needs: lint
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -116,7 +117,7 @@ jobs:
|
|||||||
|
|
||||||
testserver:
|
testserver:
|
||||||
name: Unit tests in Server Mode
|
name: Unit tests in Server Mode
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
needs: lint
|
needs: lint
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
Reference in New Issue
Block a user