Admin: CI: Downgrade Ubuntu to ensure Py3.6 is available (#5744)

This commit is contained in:
Bert Blommers 2022-12-08 22:05:14 -01:00 committed by GitHub
parent 4eb3944b1d
commit d551a4dffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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