From 3416d11bf319ea8da319685b5a0539af6ee461d2 Mon Sep 17 00:00:00 2001 From: themilchenko Date: Tue, 8 Oct 2024 18:55:21 +0300 Subject: [PATCH] ci: fix tarantool installation It wasn impossible to download tarantool for tests running. After the patch the ubuntu verstion was edited from `latest` to `22.04` in CI. --- .github/workflows/fast_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fast_testing.yml b/.github/workflows/fast_testing.yml index e012844b..2b3fb26a 100644 --- a/.github/workflows/fast_testing.yml +++ b/.github/workflows/fast_testing.yml @@ -11,7 +11,7 @@ on: jobs: run_tests: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false