Go back to Ubuntu 20.04 on CI

Should fix some strange openssl / TLS issues.
This commit is contained in:
Jack Christensen 2022-10-31 21:57:38 -05:00
parent 45aeaed20a
commit 1f0fd66623

View File

@ -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: