Skip to content

Commit 42cd6f8

Browse files
authored
Build on ubuntu-20.04 image (18.04 is obsolete)
1 parent 8c5cb59 commit 42cd6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

88
jobs:
99
build:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-20.04
1111
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1212

1313
strategy:

0 commit comments

Comments
 (0)