Skip to content

Commit c220d82

Browse files
committed
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.
1 parent a670219 commit c220d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fast_testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
run_tests:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515

1616
strategy:
1717
fail-fast: false

0 commit comments

Comments
 (0)