From 6517e57fdd4384bd6b511e29c464fc4273856353 Mon Sep 17 00:00:00 2001 From: lingyuzeng Date: Sat, 4 Oct 2025 15:09:09 +0800 Subject: [PATCH] fix --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index af0e2a0..4258614 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ steps: - name: hello-macos # local 后端下,image 用来指定 shell - image: /bin/bash + image: /bin/zsh when: - event: [push, manual, pull_request] platform: darwin/arm64 # 只在 macOS/ARM64 的 agent 上执行