Merge pull request #14629 from HarshCasper/macos-11
CI: add macos-11 to remove deprecated macos-10.15pull/14697/head
commit
1e94d0da92
|
@ -395,7 +395,7 @@ jobs:
|
||||||
JOB_NAME: "functional_virtualbox_macos"
|
JOB_NAME: "functional_virtualbox_macos"
|
||||||
GOPOGH_RESULT: ""
|
GOPOGH_RESULT: ""
|
||||||
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
|
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
|
||||||
runs-on: macos-10.15
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- name: Install kubectl
|
- name: Install kubectl
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
@ -395,7 +395,7 @@ jobs:
|
||||||
JOB_NAME: "functional_virtualbox_macos"
|
JOB_NAME: "functional_virtualbox_macos"
|
||||||
GOPOGH_RESULT: ""
|
GOPOGH_RESULT: ""
|
||||||
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
|
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
|
||||||
runs-on: macos-10.15
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- name: Install kubectl
|
- name: Install kubectl
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
./hack/benchmark/time-to-k8s/public-chart/public-chart.sh docker containerd
|
./hack/benchmark/time-to-k8s/public-chart/public-chart.sh docker containerd
|
||||||
time-to-k8s-public-chart-virtualbox:
|
time-to-k8s-public-chart-virtualbox:
|
||||||
if: github.repository == 'kubernetes/minikube'
|
if: github.repository == 'kubernetes/minikube'
|
||||||
runs-on: macos-10.15
|
runs-on: macos-12
|
||||||
env:
|
env:
|
||||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
|
|
Loading…
Reference in New Issue