Skip to content

Commit 8077de4

Browse files
authored
Update python-package.yml
1 parent 317f9c7 commit 8077de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
os: [ ubuntu-latest ]
1919
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
2020
include:
21-
- os: ubuntu-18.04
21+
- os: ubuntu-22.04
2222
python-version: '3.7'
2323

2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v2
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies

0 commit comments

Comments
 (0)