Skip to content

Commit 4fcd47b

Browse files
committed
fix: 更新编译的基础镜像
1 parent 7eca1be commit 4fcd47b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build All UI APP
22

33
on:
4-
push:
5-
branches:
6-
- 'main'
74
workflow_dispatch:
85

96
jobs:
@@ -291,7 +288,7 @@ jobs:
291288
platform: darwin
292289
arch: arm64
293290
name: macos-arm64
294-
- os: macos-13 # Intel Mac runner
291+
- os: macos-15-intel
295292
platform: darwin
296293
arch: amd64
297294
name: macos-amd64

0 commit comments

Comments
 (0)