Skip to content

Commit de28845

Browse files
committed
temporarily set GHA runner to ubuntu 20.04 actions/setup-python#544
1 parent d19d263 commit de28845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
44

55
jobs:
66
prep-tests:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
outputs:
99
matrix: ${{ steps.set-vars.outputs.matrix }}
1010
date: ${{ steps.set-vars.outputs.date }}

0 commit comments

Comments
 (0)