Skip to content

Commit cc03989

Browse files
committed
ci: run ce tests on ubuntu-20.04
Due to a bug [1], our test workflow fails on Tarantool 1.10. It is a quick fix until the problem is fixed. 1. tarantool/setup-tarantool#37
1 parent 50a1156 commit cc03989

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
github.event.pull_request.head.repo.full_name != github.repository) ||
2222
(github.event_name == 'workflow_dispatch')
2323

24-
runs-on: ubuntu-latest
24+
# We could replace it with ubuntu-latest after fixing the bug:
25+
# https://github.com/tarantool/setup-tarantool/issues/37
26+
runs-on: ubuntu-20.04
2527

2628
strategy:
2729
fail-fast: false

0 commit comments

Comments
 (0)