File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ jobs:
395395 JOB_NAME : " functional_virtualbox_macos"
396396 GOPOGH_RESULT : " "
397397 SHELL : " /bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
398- runs-on : macos-10.15
398+ runs-on : macos-12
399399 steps :
400400 - name : Install kubectl
401401 shell : bash
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ jobs:
395395 JOB_NAME : " functional_virtualbox_macos"
396396 GOPOGH_RESULT : " "
397397 SHELL : " /bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
398- runs-on : macos-10.15
398+ runs-on : macos-12
399399 steps :
400400 - name : Install kubectl
401401 shell : bash
Original file line number Diff line number Diff line change 3131 ./hack/benchmark/time-to-k8s/public-chart/public-chart.sh docker containerd
3232 time-to-k8s-public-chart-virtualbox :
3333 if : github.repository == 'kubernetes/minikube'
34- runs-on : macos-10.15
34+ runs-on : macos-12
3535 env :
3636 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
3737 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments