Skip to content

Commit f2f3fd6

Browse files
authored
Update ci-build.yml
1 parent 116601d commit f2f3fd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
# Avoiding -latest due to https://github.com/actions/setup-python/issues/162
12+
runs-on: ubuntu-20.04
1213
timeout-minutes: 10
1314
strategy:
1415
matrix:

0 commit comments

Comments
 (0)