Skip to content

Commit 7f57360

Browse files
committed
Work on check-macos: Enable building on macOS 26.
1 parent c6ec721 commit 7f57360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/many-platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
strategy:
263263
fail-fast: false
264264
matrix:
265-
os: [macos-13, macos-14, macos-15]
265+
os: [macos-13, macos-14, macos-15, macos-26]
266266
runs-on: ${{ matrix.os }}
267267
steps:
268268
# This is needed because we run a script stored in this repository.

0 commit comments

Comments
 (0)