File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 69
69
TAG_NAME : " ${{ inputs.upload-tag }}"
70
70
VCPKG_BINARY_SOURCES : " clear;x-gha,readwrite"
71
71
# vcpkg version: 2024.07.12
72
- VCPKG_COMMIT_ID : " 460551b0ec06be1ba6b918448bf3b0f44add813d "
72
+ VCPKG_COMMIT_ID : " 6f29f12e82a8293156836ad81cc9bf5af41fe836 "
73
73
VERSION : " ${{ fromJson(inputs.extras).version }}"
74
74
NDK_VERSION : " r27c"
75
75
# signing keys env variable checks
87
87
88
88
build-for-macos-flutter :
89
89
name : Build macOS
90
- runs-on : macos-latest
90
+ runs-on : ${{ matrix.job.os }}
91
91
needs : [generate-bridge]
92
92
strategy :
93
93
fail-fast : false
@@ -524,11 +524,6 @@ jobs:
524
524
525
525
- name : Build rustdesk
526
526
run : |
527
- MIN_MACOS_VERSION="10.14"
528
- sed -i -e "s/MACOSX_DEPLOYMENT_TARGET\=[0-9]*.[0-9]*/MACOSX_DEPLOYMENT_TARGET=${MIN_MACOS_VERSION}/" build.py
529
- sed -i -e "s/platform :osx, '.*'/platform :osx, '${MIN_MACOS_VERSION}'/" flutter/macos/Podfile
530
- sed -i -e "s/osx_minimum_system_version = \"[0-9]*.[0-9]*\"/osx_minimum_system_version = \"${MIN_MACOS_VERSION}\"/" Cargo.toml
531
- sed -i -e "s/MACOSX_DEPLOYMENT_TARGET = [0-9]*.[0-9]*;/MACOSX_DEPLOYMENT_TARGET = ${MIN_MACOS_VERSION};/" flutter/macos/Runner.xcodeproj/project.pbxproj
532
527
if [ "${{ matrix.job.target }}" = "aarch64-apple-darwin" ]; then
533
528
MIN_MACOS_VERSION="12.3"
534
529
sed -i -e "s/MACOSX_DEPLOYMENT_TARGET\=[0-9]*.[0-9]*/MACOSX_DEPLOYMENT_TARGET=${MIN_MACOS_VERSION}/" build.py
You can’t perform that action at this time.
0 commit comments