-
Notifications
You must be signed in to change notification settings - Fork 5
ci: bump ubuntu version #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: bump ubuntu version #129
Conversation
1b3c666
to
fae3e4c
Compare
ae77ce1
to
41fc7c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, except for the coverity issue. Need more confident and qualified answer.
.github/workflows/test.yml
Outdated
@@ -66,6 +61,7 @@ jobs: | |||
|
|||
- name: Run tests and code coverage analysis | |||
run: make -C build coverage | |||
if: ${{ matrix.tarantool != '3.3' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if: ${{ matrix.tarantool != '3.3' }} | |
if: ${{ matrix.tarantool == '3.3' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to matrix.coveralls
214104c
to
15a4af3
Compare
f496f37
to
582eb9b
Compare
77cf5be
to
2256eda
Compare
f1a1f44
to
ce9a2c7
Compare
Bump actions to use ubuntu-24.04 for fixing the following GitHub warning: The Ubuntu 20.04 Actions runner image will begin deprecation on 2025-02-01. Update list of `tarantool` versions to test. Part of #TNTP-1918
ae5cab9
to
19965a6
Compare
Bump actions to use ubuntu-24.04 for fixing the following GitHub warning:
Update list of
tarantool
versions to test.Part of #TNTP-1918