Skip to content

Commit

Permalink
downgrade ubuntu from 22.04 to 20.04 in CI (tox tests)
Browse files Browse the repository at this point in the history
See actions/runner-images#6399

22.04 dropped support for the old python 3.x versions
  • Loading branch information
yphus committed Dec 8, 2022
1 parent 4b8c722 commit 318ca00
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox-checkbox-ng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
defaults:
run:
working-directory: checkbox-ng
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.5", "3.6", "3.8", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox-checkbox-support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
defaults:
run:
working-directory: checkbox-support
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.5", "3.6", "3.8", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox-provider-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
defaults:
run:
working-directory: providers/base
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.5", "3.6", "3.8", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox-provider-certification-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
defaults:
run:
working-directory: providers/certification-client
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.5", "3.6", "3.8", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox-provider-certification-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
defaults:
run:
working-directory: providers/certification-server
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.5", "3.6", "3.8", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox-provider-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
defaults:
run:
working-directory: providers/docker
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.5", "3.6", "3.8", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox-provider-gpgpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
defaults:
run:
working-directory: providers/gpgpu
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.5", "3.6", "3.8", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox-provider-resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
defaults:
run:
working-directory: providers/resource
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.5", "3.6", "3.8", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox-provider-sru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
defaults:
run:
working-directory: providers/sru
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.5", "3.6", "3.8", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox-provider-tpm2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
defaults:
run:
working-directory: providers/tpm2
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.5", "3.6", "3.8", "3.10"]
Expand Down

0 comments on commit 318ca00

Please sign in to comment.