Skip to content

Commit 9c6c5da

Browse files
[3.8] Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24717)
(cherry picked from commit 94894dd) Co-authored-by: Brandt Bucher <brandt@python.org> Automerge-Triggered-By: GH:tiran
1 parent 7101d15 commit 9c6c5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
build_ubuntu:
116116
name: 'Ubuntu'
117-
runs-on: ubuntu-latest
117+
runs-on: ubuntu-18.04
118118
needs: check_source
119119
if: needs.check_source.outputs.run_tests == 'true'
120120
env:

0 commit comments

Comments
 (0)