From 4470dec19510063c3ab8621d5430e6fbf85d7ac8 Mon Sep 17 00:00:00 2001 From: Qlebrun <139130331+Qlebrun@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:00:11 +0200 Subject: [PATCH] chore: replace python runner by GH ubuntu --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2209932..34389ae 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -10,7 +10,7 @@ on: jobs: format-version: name: Format versions - runs-on: [self-hosted, python] + runs-on: ubuntu-latest outputs: lib-version-formated: ${{ steps.format-lib-version.outputs.lib-version }} steps: