Skip to content

Commit a99860e

Browse files
Pin test runner to Ubuntu 18 to un-break CI (pythonGH-24715) (pythonGH-24716)
(cherry picked from commit 94894dd) Co-authored-by: Brandt Bucher <brandt@python.org> Co-authored-by: Brandt Bucher <brandt@python.org>
1 parent 30927fa commit a99860e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
build_ubuntu:
7575
name: 'Ubuntu'
76-
runs-on: ubuntu-latest
76+
runs-on: ubuntu-18.04
7777
needs: check_source
7878
if: needs.check_source.outputs.run_tests == 'true'
7979
env:

0 commit comments

Comments
 (0)