Skip to content

Commit 57cf5b9

Browse files
authored
updating to ubuntu jammy when releasing pack (#2400)
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
1 parent 4188637 commit 57cf5b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/delivery-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
target: [bionic, focal, jammy, noble, oracular, plucky]
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-22.04
2525
steps:
2626
- name: Checkout code
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)