File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
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-15-intel
18+ - os : macos-15
1919 runs-on : ${{ matrix.os }}
2020
2121 steps :
@@ -42,13 +42,13 @@ jobs:
4242 run : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
4343
4444 - name : Set up Dependency x86_64 Environment
45- if : matrix.os == 'macos-13 '
45+ if : matrix.os == 'macos-15-intel '
4646 run : |
4747 cd libxengine
4848 chmod 777 *
4949 ./XEngine_LINEnv.sh -i 3
5050 - name : Set up Dependency Arm64 Environment
51- if : matrix.os == 'macos-14 '
51+ if : matrix.os == 'macos-15 '
5252 run : |
5353 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)
5454 wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
@@ -76,14 +76,14 @@ jobs:
7676 ./XEngine_MQServiceApp -t
7777
7878 - name : Upload folder as artifact with mac x64
79- if : matrix.os == 'macos-13 '
79+ if : matrix.os == 'macos-15-intel '
8080 uses : actions/upload-artifact@v4
8181 with :
8282 name : XEngine_MQServiceApp-Mac_x86_64
8383 path : XEngine_Release/
8484 retention-days : 1
8585 - name : Upload folder as artifact with mac arm
86- if : matrix.os == 'macos-14 '
86+ if : matrix.os == 'macos-15 '
8787 uses : actions/upload-artifact@v4
8888 with :
8989 name : XEngine_MQServiceApp-Mac_Arm64
You can’t perform that action at this time.
0 commit comments