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:
|
||||
cache:
|
||||
name: Caching
|
||||
runs-on: ubuntu-latest
|
||||
# Change to ubuntu-latest after dropping Py3.6
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10", "3.11" ]
|
||||
@ -72,7 +73,7 @@ jobs:
|
||||
|
||||
test:
|
||||
name: Unit test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
needs: lint
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -116,7 +117,7 @@ jobs:
|
||||
|
||||
testserver:
|
||||
name: Unit tests in Server Mode
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
needs: lint
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
Reference in New Issue
Block a user