Skip to content

Commit

Permalink
chore: replace python runner by GH ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Qlebrun authored Sep 16, 2024
1 parent 6f314ca commit 4470dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4470dec

Please sign in to comment.