diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index a20a7b1c5f..e37e30e2d0 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -18,7 +18,7 @@ jobs: test: name: "Smoke Test" # nested virtualization is only available on macOS hosts - runs-on: macos-10.15 + runs-on: macos-12 timeout-minutes: 40 strategy: fail-fast: false diff --git a/tests/vagrant/install/centos-7/README.md b/tests/vagrant/install/centos-7/README.md index 334397f65c..bbcce6b4e7 100644 --- a/tests/vagrant/install/centos-7/README.md +++ b/tests/vagrant/install/centos-7/README.md @@ -8,7 +8,7 @@ as a stand-in for [RHEL 7](https://access.redhat.com/documentation/en-us/red_hat The [Vagrant box](https://app.vagrantup.com/dweomer/boxes/centos-7.9-amd64) used for this test supports these providers: - `libvirt` -- `virtualbox` (the default for most installations, including `macos-10.15` github actions runners) +- `virtualbox` (the default for most installations, including `macos-12` github actions runners) - `vmware_desktop` To spin up a VM to test a locally modified `install.sh`: diff --git a/tests/vagrant/install/opensuse-microos/README.md b/tests/vagrant/install/opensuse-microos/README.md index 229ceeebfd..520e77ffb9 100644 --- a/tests/vagrant/install/opensuse-microos/README.md +++ b/tests/vagrant/install/opensuse-microos/README.md @@ -8,7 +8,7 @@ as a stand-in for [SUSE Linux Enterprise Micro](https://www.suse.com/products/mi The [Vagrant box](https://app.vagrantup.com/dweomer/boxes/microos.amd64) used for this test supports these providers: - `libvirt` -- `virtualbox` (the default for most installations, including `macos-10.15` github actions runners) +- `virtualbox` (the default for most installations, including `macos-12` github actions runners) - `vmware_desktop` To spin up a VM to test a locally modified `install.sh`: diff --git a/tests/vagrant/install/rocky-8/README.md b/tests/vagrant/install/rocky-8/README.md index d03d1a779b..c8a44182d8 100644 --- a/tests/vagrant/install/rocky-8/README.md +++ b/tests/vagrant/install/rocky-8/README.md @@ -8,7 +8,7 @@ as a stand-in for [RHEL 8](https://access.redhat.com/documentation/en-us/red_hat The [Vagrant box](https://app.vagrantup.com/generic/boxes/rocky8) used for this test supports these providers: - `libvirt` -- `virtualbox` (the default for most installations, including `macos-10.15` github actions runners) +- `virtualbox` (the default for most installations, including `macos-12` github actions runners) - `vmware_desktop` - `hyperv` - `parallels` diff --git a/tests/vagrant/install/ubuntu-focal/README.md b/tests/vagrant/install/ubuntu-focal/README.md index 3ae6505667..fafd233e30 100644 --- a/tests/vagrant/install/ubuntu-focal/README.md +++ b/tests/vagrant/install/ubuntu-focal/README.md @@ -9,7 +9,7 @@ The [Vagrant box](https://app.vagrantup.com/generic/boxes/ubuntu2004) used for t - `hyperv` - `libvirt` - `parallels` -- `virtualbox` (the default for most installations, including `macos-10.15` github actions runners) +- `virtualbox` (the default for most installations, including `macos-12` github actions runners) - `vmware_desktop` To spin up a VM to test a locally modified `install.sh`: diff --git a/tests/vagrant/install/windows-2019/README.md b/tests/vagrant/install/windows-2019/README.md index 33d134bb4a..78d9368c01 100644 --- a/tests/vagrant/install/windows-2019/README.md +++ b/tests/vagrant/install/windows-2019/README.md @@ -8,7 +8,7 @@ Asserting correctness of the RKE2 installer script on [Windows Server 2019](http The [Vagrant box](https://app.vagrantup.com/jborean93/boxes/WindowsServer2019) used for this test supports these providers: - `hyperv` - `libvirt` -- `virtualbox` (the default for most installations, including `macos-10.15` github actions runners) +- `virtualbox` (the default for most installations, including `macos-12` github actions runners) To spin up a VM to test a locally modified `install.ps1`: ```shell diff --git a/tests/vagrant/install/windows-2022/README.md b/tests/vagrant/install/windows-2022/README.md index 5c8a1ea1ad..e6d0aae07e 100644 --- a/tests/vagrant/install/windows-2022/README.md +++ b/tests/vagrant/install/windows-2022/README.md @@ -8,7 +8,7 @@ Asserting correctness of the RKE2 installer script on [Windows Server 2022](http The [Vagrant box](https://app.vagrantup.com/jborean93/boxes/WindowsServer2022) used for this test supports these providers: - `hyperv` - `libvirt` -- `virtualbox` (the default for most installations, including `macos-10.15` github actions runners) +- `virtualbox` (the default for most installations, including `macos-12` github actions runners) To spin up a VM to test a locally modified `install.ps1`: ```shell