Skip to content

Commit 024325d

Browse files
Pin test runner to Ubuntu 18 to un-break CI (GH-24715)
(cherry picked from commit 94894dd) Co-authored-by: Brandt Bucher <[email protected]>
1 parent 8b795ab commit 024325d

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
@@ -121,7 +121,7 @@ jobs:
121121

122122
build_ubuntu:
123123
name: 'Ubuntu'
124-
runs-on: ubuntu-latest
124+
runs-on: ubuntu-18.04
125125
needs: check_source
126126
if: needs.check_source.outputs.run_tests == 'true'
127127
env:

0 commit comments

Comments
 (0)