Skip to content

Commit 2c02454

Browse files
committed
fix(ci): Explicitly request Ubuntu 18.04
1 parent e99bd85 commit 2c02454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# This workflow contains a single job called "build"
1818
build:
1919
# The type of runner that the job will run on
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-18.04
2121

2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:

0 commit comments

Comments
 (0)