Skip to content

Commit 778eaad

Browse files
authored
Upgrade GitHub Actions workflows to Ubuntu 22.04 (#452)
1 parent baa8acd commit 778eaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
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:

0 commit comments

Comments
 (0)