Skip to content

Commit 55992f2

Browse files
committed
fixed chmod
1 parent 627bfdc commit 55992f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- os: macos-14
2323
platform: macos
2424
arch: arm64
25-
- os: macos-13
25+
- os: macos-15-intel
2626
platform: macos
2727
arch: x64
2828
- os: windows-2025
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
BUILD_TYPE: Release
7474
run: |
75-
chmod +x platforms/**/build.sh platforms/**/external.sh
75+
find platforms -name "build.sh" -o -name "external.sh" -exec chmod +x {} \;
7676
./platforms/${{ matrix.platform }}/${{ matrix.arch }}/build.sh
7777
7878
- name: Upload artifacts

0 commit comments

Comments
 (0)