From e52d6acd2944f771cf1820711eeb28c2ecc39376 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Fri, 16 Dec 2022 14:55:13 -0800 Subject: [PATCH] Use ubunu-20.04 instead of ubuntu-latest in CI This will be needed until webauthn supports OpenSSL 3. --- .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 79a083bf..6a7f7696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ permissions: jobs: tests: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 services: postgres: image: postgres:11.5