Skip to content

Commit 718541c

Browse files
committed
change build actions
1 parent affc518 commit 718541c

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
./dist/Converter_arm64_darwin.zip
3838
build_intel:
3939
name: Build Intel
40-
runs-on: macos-13
40+
runs-on: self-hosted
4141
if: github.repository_owner == 'pyquick'
4242
permissions:
4343
contents: write

build_project_arm64.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
import clean
33
import buildzip
44
from setup_ccache import setup_ccache
5-
from patch import _patch_load_command,_patch_sdk_version
65
from plistedit import add_utf_info
76
if __name__ == "__main__":
87
clean.clean()
98
setup_ccache()
109
main()
11-
_patch_load_command()
12-
_patch_sdk_version()
1310
add_utf_info()
1411
buildzip.build_zip()

build_project_intel.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
import clean
33
import buildzip
44
from setup_ccache import setup_ccache
5-
from patch import _patch_load_command,_patch_sdk_version
65
from plistedit import add_utf_info
76
if __name__ == "__main__":
87
clean.clean()
98
setup_ccache()
109
main()
11-
_patch_load_command()
12-
_patch_sdk_version()
1310
add_utf_info()
1411
buildzip.build_zip_intel()

0 commit comments

Comments
 (0)