Skip to content

Commit af09f06

Browse files
authored
Update all test OS versions
1 parent 523f45b commit af09f06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
lint:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/[email protected]
2020
with:
@@ -34,7 +34,7 @@ jobs:
3434
tox_env:
3535
- docs
3636
- twine_check
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/[email protected]
4040
with:
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: "ubuntu-latest"
102102
strategy:
103103
matrix:
104-
distro: [ "ubuntu20.04" ]
104+
distro: [ "ubuntu22.04" ]
105105
arch: ["aarch64"]
106106
steps:
107107
- uses: actions/[email protected]
@@ -248,4 +248,4 @@ jobs:
248248
run: twine upload dist/*
249249
env:
250250
TWINE_USERNAME: __token__
251-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
251+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)