Skip to content

Commit

Permalink
Merge pull request #127 from stronk7/bye_ubuntu_16_04
Browse files Browse the repository at this point in the history
Remove ubuntu 16.04 from self-tests, out of support
  • Loading branch information
kabalin authored Aug 8, 2021
2 parents d00a469 + 405b4ce commit e7fca18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
selftest:
name: CI test (make validate)
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: Check out repository code
Expand All @@ -25,7 +25,7 @@ jobs:
citest:
name: CI test
needs: selftest
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

services:
postgres:
Expand Down

0 comments on commit e7fca18

Please sign in to comment.