Skip to content

Commit 8f4a74d

Browse files
renovate[bot]rhysyngsun
authored andcommitted
Update dependency ubuntu to v22
1 parent cd002bd commit 8f4a74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66

77
jobs:
88
tests:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010
strategy:
1111
matrix:
1212
python-version: ["3.8", "3.9", "3.10", "3.11"]
@@ -73,7 +73,7 @@ jobs:
7373

7474
release:
7575
needs: tests
76-
runs-on: ubuntu-20.04
76+
runs-on: ubuntu-22.04
7777
if: startsWith(github.ref, 'refs/tags/')
7878
steps:
7979
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)