From c8b2adaa5ca9af5cef629cca3b968696d9a9d580 Mon Sep 17 00:00:00 2001 From: joss Date: Tue, 20 Aug 2024 10:59:37 +0100 Subject: [PATCH] test: ubuntu runner --- .github/workflows/controller-flake8.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/controller-flake8.yaml b/.github/workflows/controller-flake8.yaml index ffa3f8d..5e07695 100644 --- a/.github/workflows/controller-flake8.yaml +++ b/.github/workflows/controller-flake8.yaml @@ -23,7 +23,7 @@ concurrency: jobs: controller-flake8: - runs-on: "ubuntu" + runs-on: "ubuntu-latest" steps: - name: clone repo