Skip to content

Commit da9540e

Browse files
committed
CI: Update image to Ubuntu 18.04
Bump the version of the Ubuntu image used for CI builds to 18.04, which is the previous-to-last LTS version currently available, and the oldest system where building libwpe is currently supported.
1 parent 617dc7a commit da9540e

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
@@ -6,7 +6,7 @@ on: [push]
66

77
jobs:
88
build:
9-
runs-on: ubuntu-16.04
9+
runs-on: ubuntu-18.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2

0 commit comments

Comments
 (0)