Skip to content

Commit

Permalink
CI: Use Ubuntu 22.04 as base system
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Jul 9, 2023
1 parent 2fac5ba commit 9af8fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
Lint:
name: Python ${{ matrix.python }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10']
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

Safety:
name: Safety check of dependencies
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9af8fc1

Please sign in to comment.