Merge pull request #7774 from ThomasWaldmann/ci-ubuntu2204-master

ci: run on ubuntu 22.04
This commit is contained in:
TW 2023-08-26 15:58:58 +02:00 committed by GitHub
commit 8ed6ec5889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable

View File

@ -31,7 +31,7 @@ on:
jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
@ -52,19 +52,19 @@ jobs:
fail-fast: true
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.9'
toxenv: mypy
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.11'
toxenv: docs
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.9'
toxenv: py39-fuse2
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.10'
toxenv: py310-fuse3
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.11'
toxenv: py311-fuse3

View File

@ -14,7 +14,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read