Skip to content

Commit

Permalink
ci: bump Ubuntu version in reusable_qa.yml (#26)
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 4e1e2cb commit bec0e12
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/queue connector
uses: actions/checkout@v4
Expand Down

0 comments on commit bec0e12

Please sign in to comment.