From ba3ec6c8f36588657f7b8b2848b231a7c796597f Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Fri, 17 May 2024 14:55:41 +0100 Subject: [PATCH] update to ubuntu 24.04 in the hope of getting more up to date pandoc --- .github/workflows/std.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/std.yml b/.github/workflows/std.yml index ae4272c6..540979cf 100644 --- a/.github/workflows/std.yml +++ b/.github/workflows/std.yml @@ -7,7 +7,7 @@ on: branches: [20-update-vo-dml-standard-document] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout