diff --git a/.github/workflows/reusable_testing.yml b/.github/workflows/reusable_testing.yml index 7f8e78a..06f0dce 100644 --- a/.github/workflows/reusable_testing.yml +++ b/.github/workflows/reusable_testing.yml @@ -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-22.04 + runs-on: ubuntu-24.04 steps: - name: Clone the expirationd module uses: actions/checkout@v4