Skip to content

Commit 3f032fe

Browse files
committed
ci: workaround release rockspec publishing problem
The problem is described in [1]: `tarantoolctl rocks` from tarantool 1.10 doesn't work on Ubuntu Jammy, when it is installed by the setup-tarantool GitHub Action. Let's use Ubuntu Focal as a temporary workaround. [1]: tarantool/setup-tarantool#36
1 parent 8198c0d commit 3f032fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
publish-tag:
3030
if: startsWith(github.ref, 'refs/tags/')
3131
needs: version-check
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-20.04
3333
steps:
3434
- uses: actions/checkout@v3
3535

0 commit comments

Comments
 (0)