Skip to content

Commit

Permalink
ci: fix tarantool installation
Browse files Browse the repository at this point in the history
It wasn impossible to download tarantool for tests running.

After the patch the ubuntu verstion was edited from `latest` to `22.04`
in CI.
  • Loading branch information
themilchenko committed Oct 8, 2024
1 parent a670219 commit c220d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fast_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
run_tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down

0 comments on commit c220d82

Please sign in to comment.