Skip to content

Commit 55bbc2f

Browse files
committed
CI: Specify Ubuntu version
We don't want to deal with version issues. We have ancient tools :-(. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
1 parent 69f4a86 commit 55bbc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99

10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-18.04
1111

1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)