From 0058cc69c8e68d753a10a6ea8bd8c65cf2670106 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 10 Nov 2022 10:29:03 +0800 Subject: [PATCH] Update autoconf workflow to Ubuntu 22.04 This should let it succeed with autoconf 2.71 --- .github/workflows/autoconf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoconf.yml b/.github/workflows/autoconf.yml index ae1bb8c..51d37d4 100644 --- a/.github/workflows/autoconf.yml +++ b/.github/workflows/autoconf.yml @@ -8,7 +8,7 @@ on: - master jobs: autoconf: - runs-on: 'ubuntu-20.04' + runs-on: 'ubuntu-22.04' steps: - name: deps