Skip to content

Commit 9aa236e

Browse files
committed
Remove the macOS 13 runner for now (again).
See #85 and Homebrew/brew#16930
1 parent 4f44d22 commit 9aa236e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
os: [macos-12, macos-13, macos-14]
7+
os: [macos-12, macos-14]
88
runs-on: ${{ matrix.os }}
99
steps:
1010
- name: Checkout code

0 commit comments

Comments
 (0)