Skip to content

Commit 8c4a498

Browse files
committed
CI: Update runner image and actions
1 parent 3f07caa commit 8c4a498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ on:
1515
jobs:
1616
test:
1717
name: Python ${{ matrix.python }}
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
strategy:
2020
matrix:
2121
python: ['3.8', '3.9', '3.10', '3.11']
2222
fail-fast: false
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626

2727
- name: Setup Python
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: ${{ matrix.python }}
3131

0 commit comments

Comments
 (0)