Skip to content

Commit

Permalink
Merge pull request #11 from patcon/lock-ubuntu-20.04
Browse files Browse the repository at this point in the history
Lock workflow file to ubuntu-20.04 to keep using python 3.6
  • Loading branch information
patcon authored Dec 9, 2022
2 parents 2a326b7 + 7aeafdf commit 5556bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-shortlinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
runner:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 5556bd3

Please sign in to comment.