Skip to content

Commit e090375

Browse files
authored
ci: drop macOS 13 support in github actions (#22085)
* Dropping macOS 13 support * Removed comment in .github/workflows/smoke-test.yml
1 parent 29b6260 commit e090375

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/workflows/smoke-test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,6 @@ jobs:
9393
run: go mod download
9494
- name: Build Binaries
9595
run: make
96-
- name: Ensure bootpd is enabled (macos)
97-
if: matrix.os == 'macos-15-intel'
98-
shell: bash
99-
run: |
100-
set -x
101-
fw=/usr/libexec/ApplicationFirewall/socketfilterfw
102-
sudo $fw --remove /usr/libexec/bootpd
103-
sudo $fw --add /usr/libexec/bootpd
104-
sudo $fw --unblock /usr/libexec/bootpd
10596
- name: Update brew (macos)
10697
if: contains(matrix.os, 'macos')
10798
run: brew update

site/content/en/docs/drivers/krunkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workloads.
1414
## Requirements
1515

1616
- Available only on Apple silicon.
17-
- Requires macOS 13 or later.
17+
- Requires macOS 14 or later.
1818
- Requires minikube version 1.37.0 or later.
1919
- Requires krunkit version 1.0.0 or later.
2020
- Requires [vmnet-helper](https://github.com/nirs/vmnet-helper).

site/content/en/docs/drivers/vfkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ container deployment.
1313

1414
## Requirements
1515

16-
- Requires macOS 13 or later.
16+
- Requires macOS 14 or later.
1717
- Requires minikube version 1.36.0 or later.
1818

1919
## Networking

0 commit comments

Comments
 (0)