We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc6bb0 commit 93b282fCopy full SHA for 93b282f
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
unit-tests:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
12
13
strategy:
14
matrix:
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
21
with:
22
python-version: ${{ matrix.python-version }}
23
0 commit comments