Skip to content

Commit c5358a9

Browse files
We are stuck on ubuntu 20 if we want to support 3.6
1 parent 7071bcd commit c5358a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
# Avoiding -latest due to https://github.com/actions/setup-python/issues/162
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-20.04
1212
timeout-minutes: 10
1313
strategy:
1414
fail-fast: false

0 commit comments

Comments
 (0)