Skip to content

Commit e7fca18

Browse files
authored
Merge pull request #127 from stronk7/bye_ubuntu_16_04
Remove ubuntu 16.04 from self-tests, out of support
2 parents d00a469 + 405b4ce commit e7fca18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
55
jobs:
66
selftest:
77
name: CI test (make validate)
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-20.04
99

1010
steps:
1111
- name: Check out repository code
@@ -25,7 +25,7 @@ jobs:
2525
citest:
2626
name: CI test
2727
needs: selftest
28-
runs-on: ubuntu-16.04
28+
runs-on: ubuntu-20.04
2929

3030
services:
3131
postgres:

0 commit comments

Comments
 (0)