From 3407eed65bf7a0e9f1bbb31f854ab1f5b6baaef6 Mon Sep 17 00:00:00 2001 From: Rob Court Date: Tue, 21 Jan 2025 13:39:23 +0000 Subject: [PATCH] runs-on: ubuntu-22.04 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf033766a..c1ca70a3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: # Deploy the local and remote versions of geppetto-vfb deploy-test: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # total job timeout: timeout-minutes: 590