Skip to content

Commit f2eb42f

Browse files
committed
ci: Drop support for macOS 13 & 14 mirroring y-scope/clp#1130.
1 parent 3c41d51 commit f2eb42f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
strategy:
3232
matrix:
3333
os:
34-
- "macos-13"
35-
- "macos-14"
3634
- "macos-15"
3735
- "ubuntu-22.04"
3836
- "ubuntu-24.04"

.github/workflows/lint.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,5 @@ jobs:
3333
- name: "Install task"
3434
run: "npm install -g @go-task/cli"
3535

36-
- if: "matrix.os == 'macos-15'"
37-
name: "Install coreutils (for md5sum)"
38-
run: "brew install coreutils"
39-
4036
- name: "Run lint task"
4137
run: "task lint:check"

0 commit comments

Comments
 (0)