Skip to content

Commit

Permalink
Updated CI test configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Oct 21, 2022
1 parent de86a0b commit 5c1ac8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: test_docker
on: [push]
jobs:
test_fedora:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
version: ['34', '35']
version: ['36']
container:
image: registry.fedoraproject.org/fedora:${{ matrix.version }}
steps:
Expand Down Expand Up @@ -37,10 +37,10 @@ jobs:
python3 ./setup.py build
python3 ./setup.py install
test_ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
version: ['18.04', '20.04']
version: ['22.04']
container:
image: ubuntu:${{ matrix.version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down

0 comments on commit 5c1ac8f

Please sign in to comment.