[libvirt PATCH 0/2] ci: Switch from macOS 11 to macOS 12

Andrea Bolognani posted 2 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220823145451.174161-1-abologna@redhat.com
ci/cirrus/{macos-11.vars => macos-12.vars} | 0
ci/containers/centos-stream-9.Dockerfile   | 5 +++++
ci/containers/opensuse-leap-153.Dockerfile | 2 +-
ci/containers/ubuntu-2004.Dockerfile       | 2 +-
ci/gitlab/builds.yml                       | 6 +++---
ci/manifest.yml                            | 2 +-
6 files changed, 11 insertions(+), 6 deletions(-)
rename ci/cirrus/{macos-11.vars => macos-12.vars} (100%)
[libvirt PATCH 0/2] ci: Switch from macOS 11 to macOS 12
Posted by Andrea Bolognani 1 year, 8 months ago
Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/620665364

Now that the test suite issues that were blocking the switch have
been addressed, we can finally jump on the current macOS release.

Andrea Bolognani (2):
  ci: Refresh generated files
  ci: Switch from macOS 11 to macOS 12

 ci/cirrus/{macos-11.vars => macos-12.vars} | 0
 ci/containers/centos-stream-9.Dockerfile   | 5 +++++
 ci/containers/opensuse-leap-153.Dockerfile | 2 +-
 ci/containers/ubuntu-2004.Dockerfile       | 2 +-
 ci/gitlab/builds.yml                       | 6 +++---
 ci/manifest.yml                            | 2 +-
 6 files changed, 11 insertions(+), 6 deletions(-)
 rename ci/cirrus/{macos-11.vars => macos-12.vars} (100%)

-- 
2.37.2
Re: [libvirt PATCH 0/2] ci: Switch from macOS 11 to macOS 12
Posted by Michal Prívozník 1 year, 8 months ago
On 8/23/22 16:54, Andrea Bolognani wrote:
> Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/620665364
> 
> Now that the test suite issues that were blocking the switch have
> been addressed, we can finally jump on the current macOS release.
> 
> Andrea Bolognani (2):
>   ci: Refresh generated files
>   ci: Switch from macOS 11 to macOS 12
> 
>  ci/cirrus/{macos-11.vars => macos-12.vars} | 0
>  ci/containers/centos-stream-9.Dockerfile   | 5 +++++
>  ci/containers/opensuse-leap-153.Dockerfile | 2 +-
>  ci/containers/ubuntu-2004.Dockerfile       | 2 +-
>  ci/gitlab/builds.yml                       | 6 +++---
>  ci/manifest.yml                            | 2 +-
>  6 files changed, 11 insertions(+), 6 deletions(-)
>  rename ci/cirrus/{macos-11.vars => macos-12.vars} (100%)
> 

Yes please!

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal