Skip to content

Commit 4c2ce4d

Browse files
committed
Temporarily pin to ubuntu-20.04 to workaround actions/setup-python#544
1 parent 2afad08 commit 4c2ce4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
tests:
1717
name: "Python ${{ matrix.python-version }}"
18-
runs-on: "ubuntu-latest"
18+
runs-on: "ubuntu-20.04"
1919

2020
strategy:
2121
fail-fast: false

0 commit comments

Comments
 (0)