Skip to content

Commit 1800308

Browse files
authored
Lock workflow file to ubuntu-20.04 to keep using python 3.6
1 parent 531522b commit 1800308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-shortlinks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
runner:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616
env:
1717
REPO_SLUG: g0v-network/link.g0v.network
1818
steps:

0 commit comments

Comments
 (0)