Skip to content

Commit 70eabe6

Browse files
committed
ci: bump ubuntu version for reusable_testing
This patch bumps the Ubuntu distro version up to 24.04 (noble) in the aforementioned workflow, since the Ubuntu 20.04 (focal) image support will be dropped soon in the GitHub actions. See also: actions/runner-images#11101
1 parent 18d37d0 commit 70eabe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_testing.yml

+2-2
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-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Clone the tarantool-c connector
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)