From fe350a43ae69b6b5690fe3134753813e4f6feef2 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 6 May 2024 06:49:24 +0200 Subject: [PATCH] Test if Ubuntu 24.04 is available --- .github/workflows/osrm-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index d1a14d8a9..a0f1df371 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -71,7 +71,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} format-taginfo-docs: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 - name: Use Node.js