Skip to content

Commit

Permalink
Update test_code.yaml
Browse files Browse the repository at this point in the history
changed OS of the lint runner to ubuntu-latest

Signed-off-by:  Christoph Frei <[email protected]>
  • Loading branch information
FrYakaTKoP committed Jul 28, 2023
1 parent 3e1fa83 commit 0f68c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: test-code
on: [push, pull_request]
jobs:
lint-python-code:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ricardochaves/[email protected]
Expand Down

0 comments on commit 0f68c14

Please sign in to comment.