Skip to content

Commit de92f2a

Browse files
authored
Upgrade GitHub Actions workflows to Ubuntu 22.04 (#494)
1 parent 8fc7080 commit de92f2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
tests:
1515
name: Python ${{ matrix.python-version }}
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717

1818
strategy:
1919
matrix:
@@ -49,7 +49,7 @@ jobs:
4949

5050
coverage:
5151
name: Coverage
52-
runs-on: ubuntu-20.04
52+
runs-on: ubuntu-22.04
5353
needs: tests
5454
steps:
5555
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)