Skip to content

Commit

Permalink
ci: bump Ubuntu version in reusable_qa.yml (#99)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Buristan authored Mar 8, 2025
1 parent 9b02251 commit 8690702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
inputs:
artifact_name:
description: The name of the tarantool build artifact
default: ubuntu-focal
default: ubuntu-noble
required: false
type: string

jobs:
run_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Clone the tarantool-php/client connector
uses: actions/checkout@v4
Expand Down

0 comments on commit 8690702

Please sign in to comment.