File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 include :
17- - os : macos-13
18- - os : macos-14
17+ - os : macos-last
1918 runs-on : ${{ matrix.os }}
2019
2120 steps :
4342 - name : Set TERM variable
4443 run : echo "TERM=xterm" >> $GITHUB_ENV
4544
46- - name : Set up Dependency x86_64 Environment
47- if : matrix.os == 'macos-13'
48- run : |
49- cd libxengine
50- chmod 777 *
51- ./XEngine_LINEnv.sh -i 3
5245 - name : Set up Dependency Arm64 Environment
53- if : matrix.os == 'macos-14'
5446 run : |
5547 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)
5648 wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
7971 ./copydb.sh
8072 ./XEngine_APIServiceApp -t
8173
82- - name : Upload folder as artifact with mac x64
83- if : matrix.os == 'macos-13'
84- uses : actions/upload-artifact@v4
85- with :
86- name : XEngine_APIServiceApp-Mac_x86_64
87- path : XEngine_Release/
88- retention-days : 1
8974 - name : Upload folder as artifact with mac arm
9075 if : matrix.os == 'macos-14'
9176 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments