Skip to content

Commit 6dcd69b

Browse files
chore(framework/pylons): pin github actions ubuntu runner to 20.04 (#4619) (#4622)
(cherry picked from commit fdcefa9) Co-authored-by: Yun Kim <[email protected]>
1 parent 5290d5a commit 6dcd69b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_frameworks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ jobs:
380380

381381
pylons-testsuite-1_0_3:
382382
name: Pylons 1.0.3
383-
runs-on: "ubuntu-latest"
383+
runs-on: "ubuntu-20.04"
384+
# Ubuntu 20.04 is the last version of ubuntu on github setup actions to provide Python 2.7.
384385
env:
385386
DD_TESTING_RAISE: true
386387
PYTHONPATH: ../ddtrace/tests/debugging/exploration/

0 commit comments

Comments
 (0)