We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99bd85 commit 2c02454Copy full SHA for 2c02454
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
# This workflow contains a single job called "build"
18
build:
19
# The type of runner that the job will run on
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
21
22
# Steps represent a sequence of tasks that will be executed as part of the job
23
steps:
0 commit comments