Skip to content

Commit

Permalink
Merge pull request #547 from cmoussa1/update.deprecated.actions
Browse files Browse the repository at this point in the history
github: fix ubuntu version for `"python-format"` action
  • Loading branch information
mergify[bot] authored Dec 17, 2024
2 parents 9998fde + fb58d54 commit 6234f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

python-format:
name: python format
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6234f8d

Please sign in to comment.