Skip to content

Commit 5bf7bb5

Browse files
committed
Workaround for actions/setup-python#544
1 parent f43e10c commit 5bf7bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
sync:
1313
environment: LIVE
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-20.04
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Setup python

0 commit comments

Comments
 (0)