From b8578059dacb65276c83d72abdb746e9bf2be4f8 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 12 Nov 2022 14:46:49 -0600 Subject: [PATCH] try ubuntu 22.04 with github actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da1e1496..958bd8e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: [push, pull_request] jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 services: postgres: