Skip to content

Commit 3d24b74

Browse files
committed
[test.yml] Add macos-26 to the matrix.
1 parent 7d2b12c commit 3d24b74

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
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
os: [macos-13, macos-14, macos-15]
8+
os: [macos-13, macos-14, macos-15, macos-26]
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- name: Checkout code

0 commit comments

Comments
 (0)