test: use Ubuntu 22.04 for 64-bit tests
authorVincent Fu <vincent.fu@samsung.com>
Mon, 29 Aug 2022 18:24:16 +0000 (14:24 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Mon, 29 Aug 2022 20:42:18 +0000 (16:42 -0400)
commit726a95856b8f8415d222efbd1821d9f47c264e78
tree70f14ae4970d9d7e1a78874682b079154af82971
parentef54f290e8d585a267bd3588ad92d1aedcb4246e
test: use Ubuntu 22.04 for 64-bit tests

On 22.04 there was a conflict among libunwind-14-dev, libunwind-dev, and
libunwind8 that was resolved by removing libunwind-14-dev.

The 32-bit Ubuntu setup steps require more attention to get them to work
on 22.04. Stay on 20.04 for now and figure it out later.

Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) libunwind-14-dev:amd64 < 1:14.0.0-1ubuntu1 @ii K Ib >
Broken libunwind-14-dev:amd64 Breaks on libunwind-dev:amd64 < none -> 1.3.2-2build2 @un puN >
  Considering libunwind-dev:amd64 -1 as a solution to libunwind-14-dev:amd64 2
Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libunwind-14-dev : Breaks: libunwind-dev but 1.3.2-2build2 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
.github/workflows/ci.yml
ci/actions-install.sh