Skip to content

Commit 1e94d0d

Browse files
authored
Merge pull request #14629 from HarshCasper/macos-11
CI: add macos-11 to remove deprecated macos-10.15
2 parents 757b877 + 79fc15c commit 1e94d0d

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-10.15
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-10.15
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-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 }}

0 commit comments

Comments
 (0)