Skip to content

Commit 79fc15c

Browse files
committed
update to macos-12
1 parent 5487e8c commit 79fc15c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-11
398+
runs-on: macos-12
399399
steps:
400400
- name: Install kubectl
401401
shell: bash

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-11
398+
runs-on: macos-12
399399
steps:
400400
- name: Install kubectl
401401
shell: bash

.github/workflows/time-to-k8s-public-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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-11
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 }}

0 commit comments

Comments
 (0)