Skip to content

Commit f968cd7

Browse files
committed
Update Python version and setup actions in CI workflows
1 parent 23cbaa5 commit f968cd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
linux:
2121
name: Build for Linux
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-20.04
2323
strategy:
2424
matrix:
2525
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@v3
8989
- name: Set up Python ${{ matrix.python-version }}
90-
uses: actions/setup-python@v3
90+
uses: actions/setup-python@v6
9191
with:
9292
python-version: ${{ matrix.python-version }}
9393
- name: Install dependencies

0 commit comments

Comments
 (0)