Skip to content

Commit 4b6dd8f

Browse files
committed
SERVER API: hardcode platform version to ubuntu-20.04 to run actions-setup-python (pr_checks)
1 parent 2b0c4da commit 4b6dd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
Run_PR_checks:
1010

11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
1414
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ]

0 commit comments

Comments
 (0)