Skip to content

Commit b8b2704

Browse files
authored
Merge branch 'main' into add-audio-streamer
2 parents 285b39c + cd28a0b commit b8b2704

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on: [push]
55
jobs:
66
test:
77

8-
runs-on: ubuntu-latest
8+
runs-on: "ubuntu-20.04"
99
strategy:
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8.8, 3.9]
11+
python-version: [3.6, 3.7, 3.8, 3.9]
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v4
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies

0 commit comments

Comments
 (0)