File tree Expand file tree Collapse file tree 6 files changed +20
-2
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 6 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 include :
17- - os : macos-last
17+ - os : macos-15
18+ - os : macos-15-intel
1819 runs-on : ${{ matrix.os }}
1920
2021 steps :
4243 - name : Set TERM variable
4344 run : echo "TERM=xterm" >> $GITHUB_ENV
4445
46+ - name : Set up Dependency x86_64 Environment
47+ if : matrix.os == 'macos-15-intel'
48+ run : |
49+ cd libxengine
50+ chmod 777 *
51+ ./XEngine_LINEnv.sh -i 3
4552 - name : Set up Dependency Arm64 Environment
53+ if : matrix.os == 'macos-15'
4654 run : |
4755 latest_tag=$(git ls-remote --tags --sort="v:refname" https://github.com/libxengine/libxengine.git | awk '{print $2}' | sed 's/refs\/tags\///' | tail -n 1)
4856 wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
7179 ./copydb.sh
7280 ./XEngine_APIServiceApp -t
7381
82+ - name : Upload folder as artifact with mac x64
83+ if : matrix.os == 'macos-15-intel'
84+ uses : actions/upload-artifact@v4
85+ with :
86+ name : XEngine_APIServiceApp-Mac_x86_64
87+ path : XEngine_Release/
88+ retention-days : 1
7489 - name : Upload folder as artifact with mac arm
75- if : matrix.os == 'macos-14 '
90+ if : matrix.os == 'macos-15 '
7691 uses : actions/upload-artifact@v4
7792 with :
7893 name : XEngine_APIServiceApp-Mac_Arm64
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ It allows you to save 90% of information service costs in a year.
595936 . mac address vendor query
606037 . ORC Get TEXT With image
616138 . P2P
62+ 39 . DNS protocol support
6263
6364## install
6465
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ c c++ interface api service
626236 . 支持MAC地址厂商查询
636337 . ORC图像文本提取
646438 . P2P
65+ 39 . DNS协议支持
6566
6667## 安装教程
6768
Original file line number Diff line number Diff line change 11{
22 "XVer" :[
3+ " 3.13.0.1001 Build20251015" ,
34 " 3.12.0.1001 Build20250703" ,
45 " 3.11.0.1001 Build20250506" ,
56 " 3.10.0.1001 Build20250416" ,
You can’t perform that action at this time.
0 commit comments