From 39cb055cc9b7961e0cf4b02bf4bf8a4733fc5026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20B=C3=BChler?= Date: Tue, 12 Dec 2023 21:02:27 +0100 Subject: [PATCH] try to use ubuntu-latest ubuntu-20.04 has started to fail some times, lets see if can use latest now --- .github/workflows/autotools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index a5ef77ae5..c60ef238b 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macos-latest] + os: [ubuntu-latest, macos-latest] crypto: [internal, openssl, nss] include: - crypto: internal