From 376bf4dbd647073aa9da6c7494f4e7eef8effc81 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 5 Apr 2023 11:13:36 +0100 Subject: [PATCH] Update Ubuntu version - seems 20.04 was too old for the version of boost-test we use --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 52785d3..f9e2a3f 100644 --- a/.build.yml +++ b/.build.yml @@ -1,4 +1,4 @@ -image: ubuntu/20.04 +image: ubuntu/22.04 packages: - pkg-config - libsamplerate0-dev