Skip to content

Commit 26fe9c6

Browse files
authored
Upgrade GitHub Actions workflows to Ubuntu 22.04 (#957)
1 parent de3d6a7 commit 26fe9c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: ${{ matrix.database }} Python ${{ matrix.python-version }}
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717

1818
strategy:
1919
fail-fast: false
@@ -78,7 +78,7 @@ jobs:
7878

7979
coverage:
8080
name: Coverage
81-
runs-on: ubuntu-20.04
81+
runs-on: ubuntu-22.04
8282
needs: tests
8383
steps:
8484
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)