CI: use Ubuntu 22.04#1714
Conversation
03b6f57 to
b5c4aee
Compare
|
The official communication regarding removal of support for Ubuntu 20.04 from GitHub team can be found here: |
|
The minimum supported version of Swift SDK for Ubuntu 22.04 can be found here: Search for "Older releases". |
341769c to
25b0ec4
Compare
|
The problem exists only for Linux. I was trying to reproduce it on macOS, but without success. The leak reported by valgrind for Linux seems to be false-positive (XCTest ticket linked below). The function responsible for the problem is from XCTest framework: The same exact problem was reported to XCTest project, but for address sanitizer. Please see the following comment: From the discussion:
|
The CI workflows were running jobs using Ubuntu 20.04. The mentioned version has been unsupported since 2025-04-15. Therefore, the workflow files are adjusted to use Ubuntu 22.04. Moreover, Swift SDK's version is raised from 5.4.3 to 5.7.3, because the older version is not available for Ubuntu 22.04. Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
Ubuntu 20.04 removed package of g++ 8. Therefore, version 9 is used. Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
44594af to
1bfae6c
Compare
Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
The CI workflows were running jobs using Ubuntu 20.04.
The mentioned version has been unsupported since 2025-04-15.
Therefore, the workflow files are adjusted to use Ubuntu 22.04.
Moreover, Swift SDK's version is raised from 5.4.3 to 5.7.3, because
the older version is not available for Ubuntu 22.04.
g++ version has been upgraded from 8 to 9, because Ubuntu 22.04
does not support the old package.