Skip to content

Commit 2b0c4da

Browse files
committed
SERVER API: hardcode platform version to ubuntu-20.04 to run actions-setup-python
1 parent 98f02d9 commit 2b0c4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_load_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
Build_release:
88

9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010

1111
steps:
1212
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)