Skip to content

Commit 2be64f0

Browse files
committed
ci: pin macOS runner to macos-26
Match the local dev environment (ARM Mac on macOS 26) instead of relying on the macos-latest label, which lags behind real releases.
1 parent ac06af1 commit 2be64f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os:
29-
- macos-latest
29+
- macos-26
3030
- ubuntu-latest
3131
steps:
3232
- name: Checkout repository

0 commit comments

Comments
 (0)