From 5487e8ccc5fff0d1308c3f5b2953773f69b3d95a Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Mon, 25 Jul 2022 18:00:53 +0530 Subject: [PATCH 1/2] CI: add macos-11 to remove deprecated macos-10.15 --- .github/workflows/master.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/time-to-k8s-public-chart.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 3960f26216..7f1e537c9b 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -395,7 +395,7 @@ jobs: JOB_NAME: "functional_virtualbox_macos" GOPOGH_RESULT: "" SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643 - runs-on: macos-10.15 + runs-on: macos-11 steps: - name: Install kubectl shell: bash diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 94fc5c0caf..58a3b57468 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -395,7 +395,7 @@ jobs: JOB_NAME: "functional_virtualbox_macos" GOPOGH_RESULT: "" SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643 - runs-on: macos-10.15 + runs-on: macos-11 steps: - name: Install kubectl shell: bash diff --git a/.github/workflows/time-to-k8s-public-chart.yml b/.github/workflows/time-to-k8s-public-chart.yml index 56fbb1d262..2792e451cc 100644 --- a/.github/workflows/time-to-k8s-public-chart.yml +++ b/.github/workflows/time-to-k8s-public-chart.yml @@ -31,7 +31,7 @@ jobs: ./hack/benchmark/time-to-k8s/public-chart/public-chart.sh docker containerd time-to-k8s-public-chart-virtualbox: if: github.repository == 'kubernetes/minikube' - runs-on: macos-10.15 + runs-on: macos-11 env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} From 79fc15c6987beeb02ba20a769863eaf4e1ceb496 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Mon, 1 Aug 2022 11:36:21 -0700 Subject: [PATCH 2/2] update to macos-12 --- .github/workflows/master.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/time-to-k8s-public-chart.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 7f1e537c9b..1695db63bf 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -395,7 +395,7 @@ jobs: JOB_NAME: "functional_virtualbox_macos" GOPOGH_RESULT: "" SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643 - runs-on: macos-11 + runs-on: macos-12 steps: - name: Install kubectl shell: bash diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 58a3b57468..38afb2d132 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -395,7 +395,7 @@ jobs: JOB_NAME: "functional_virtualbox_macos" GOPOGH_RESULT: "" SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643 - runs-on: macos-11 + runs-on: macos-12 steps: - name: Install kubectl shell: bash diff --git a/.github/workflows/time-to-k8s-public-chart.yml b/.github/workflows/time-to-k8s-public-chart.yml index 2792e451cc..f75c4ebcf2 100644 --- a/.github/workflows/time-to-k8s-public-chart.yml +++ b/.github/workflows/time-to-k8s-public-chart.yml @@ -31,7 +31,7 @@ jobs: ./hack/benchmark/time-to-k8s/public-chart/public-chart.sh docker containerd time-to-k8s-public-chart-virtualbox: if: github.repository == 'kubernetes/minikube' - runs-on: macos-11 + runs-on: macos-12 env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}