Update autoconf workflow to Ubuntu 22.04

This should let it succeed with autoconf 2.71
This commit is contained in:
Matt Johnston 2022-11-10 10:29:03 +08:00
parent 963b9eafaa
commit 0058cc69c8

View File

@ -8,7 +8,7 @@ on:
- master
jobs:
autoconf:
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
steps:
- name: deps