Skip to content

Commit 92bed65

Browse files
committed
Attempt to reinstated the macOS 13 runner (again).
Hopefully fixes #85
1 parent 7a7953b commit 92bed65

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-14]
7+
os: [macos-12, macos-13, macos-14]
88
runs-on: ${{ matrix.os }}
99
steps:
1010
- name: Checkout code

0 commit comments

Comments
 (0)