Skip to content

Commit 3ff0f11

Browse files
committed
Work on check-macos: Enable building on macOS 26.
1 parent 1619f8f commit 3ff0f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/many-platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
strategy:
277277
fail-fast: false
278278
matrix:
279-
os: [macos-13, macos-14, macos-15]
279+
os: [macos-13, macos-14, macos-15, macos-26]
280280
runs-on: ${{ matrix.os }}
281281
steps:
282282
# This is needed because we run a script stored in this repository.

0 commit comments

Comments
 (0)