Skip to content

Commit 226e0e8

Browse files
Buristanoleg-jukovec
authored andcommitted
ci: bump Ubuntu version in reusable testing
This commit bumps the Ubuntu distro version up to 24.04 (noble) in reusable_testing workflow, since Ubuntu 22.04 (jammy) leads to dpkg conflicts in the integrational testing with Tarantool. Needed for tarantool/tarantool#11220
1 parent 23f6d63 commit 226e0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
inputs:
66
artifact_name:
77
description: The name of the tarantool build artifact
8-
default: ubuntu-focal
8+
default: ubuntu-noble
99
required: false
1010
type: string
1111

1212
jobs:
1313
run_tests:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Clone the go-tarantool connector
1717
uses: actions/checkout@v5

0 commit comments

Comments
 (0)