Skip to content

Commit e63330f

Browse files
committed
Fix ubuntu version
1 parent 4c75e93 commit e63330f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: tox
2828

2929
lint:
30-
runs-on: ubuntu-22.04.5
30+
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Set up Python 3.10
@@ -45,7 +45,7 @@ jobs:
4545
testpypi-package:
4646
if: github.event_name == 'release' && github.event.release.prerelease == true
4747
needs: [pytest]
48-
runs-on: ubuntu-22.04.5
48+
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@v2
5151
- name: Set up Python 3.10
@@ -75,7 +75,7 @@ jobs:
7575
pypi-package:
7676
if: github.event_name == 'release' && github.event.release.prerelease == false
7777
needs: [pytest]
78-
runs-on: ubuntu-22.04.5
78+
runs-on: ubuntu-latest
7979
steps:
8080
- uses: actions/checkout@v2
8181
- name: Set up Python 3.10

0 commit comments

Comments
 (0)