Skip to content

Commit 6bed4b5

Browse files
ligurioTotktonada
authored andcommitted
ci: replace ubuntu-latest with ubuntu-20.04
Now the ubuntu-latest points to Ubuntu 22.04 instead of 20.04. Due to this two jobs in CI failed: "testing_linux (live/2.8)" and "testing_linux (live/2.9)". See "GitHub Actions: Ubuntu-latest workflows will use Ubuntu-22.04" [1]. 1. https://github.blog/changelog/2022-11-09-github-actions-ubuntu-latest-workflows-will-use-ubuntu-22-04/
1 parent 2c24cd3 commit 6bed4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# See https://github.com/packpack/packpack/issues/7
6161
DEBIAN_FRONTEND: noninteractive
6262

63-
runs-on: ubuntu-latest
63+
runs-on: ubuntu-20.04
6464
steps:
6565
- name: Export T_VERSION environment variable
6666
run: |

0 commit comments

Comments
 (0)