Skip to content

Commit 47fc6d9

Browse files
committed
Use older ubuntu version for build
1 parent 4625f2a commit 47fc6d9

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
@@ -6,7 +6,7 @@ on:
66
branches: '*'
77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-18.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2

0 commit comments

Comments
 (0)