Skip to content

Commit 94894dd

Browse files
authored
Pin test runner to Ubuntu 18 to un-break CI (#24715)
1 parent 727a68b commit 94894dd

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
@@ -127,7 +127,7 @@ jobs:
127127

128128
build_ubuntu:
129129
name: 'Ubuntu'
130-
runs-on: ubuntu-latest
130+
runs-on: ubuntu-18.04
131131
needs: check_source
132132
if: needs.check_source.outputs.run_tests == 'true'
133133
env:

0 commit comments

Comments
 (0)