Skip to content

Commit 5cc6aee

Browse files
committedMar 2, 2025··
ci: use ubuntu-22.04 for publish
It is unable to use setup-tarantool to setup Tarantool 2.10 with ubuntu-latest (ubuntu-24.04).
1 parent 0c7547f commit 5cc6aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
publish-rockspec-tag:
3030
if: startsWith(github.ref, 'refs/tags/')
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
needs: version-check
3333
steps:
3434
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.