We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30927fa commit a99860eCopy full SHA for a99860e
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
74
build_ubuntu:
75
name: 'Ubuntu'
76
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
77
needs: check_source
78
if: needs.check_source.outputs.run_tests == 'true'
79
env:
0 commit comments