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 116601d commit f2f3fd6Copy full SHA for f2f3fd6
.github/workflows/ci-build.yml
@@ -8,7 +8,8 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-latest
+ # Avoiding -latest due to https://github.com/actions/setup-python/issues/162
12
+ runs-on: ubuntu-20.04
13
timeout-minutes: 10
14
strategy:
15
matrix:
0 commit comments