Skip to content

Commit 3bef218

Browse files
Add macos-14 runner
1 parent 9d746ff commit 3bef218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
os:
14-
- "macos-13" # Intel x64
15-
- "macos-13-large" # Apple M1
14+
- "macos-13" # Intel x64
15+
- "macos-14" # Apple M1
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Set up Homebrew

0 commit comments

Comments
 (0)