From 1f0fd66623fbab51eefa5de6d63140152ad78749 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 31 Oct 2022 21:57:38 -0500 Subject: [PATCH] Go back to Ubuntu 20.04 on CI Should fix some strange openssl / TLS issues. --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25385fda..df2b763d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,10 @@ jobs: test: name: Test - runs-on: ubuntu-22.04 + # Note: The TLS tests are rather finicky. It seems that openssl 3 encrypts certificates differently than older + # openssl and it does it in a way Go and/or pgx ssl handling code can't handle. So stick with Ubuntu 20.04 until + # that is figured out. + runs-on: ubuntu-20.04 strategy: matrix: