mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
Go back to Ubuntu 20.04 on CI
Should fix some strange openssl / TLS issues.
This commit is contained in:
parent
45aeaed20a
commit
1f0fd66623
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user