Skip to content

Commit 2e4df63

Browse files
committed
chore: update main.yml with correct ubuntu and python versions
1 parent ffd706a commit 2e4df63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os:
18-
- ubuntu-20.04
19-
python-version: [ 3.6.7, 3.6.10, 3.6.14, 3.7.5, 3.7.11, 3.8.0, 3.8.5, 3.9.0, 3.9.6, 3.9.18, 3.10.13, 3.11.6]
18+
- ubuntu-22.04
19+
python-version: [ 3.7, 3.8, 3.9, 3.10.x, 3.11, 3.12 ]
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Use Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
cache: 'pip'

0 commit comments

Comments
 (0)