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 :
@@ -43,13 +43,13 @@ jobs:
4343 run : echo "TERM=xterm" >> $GITHUB_ENV
4444
4545 - name : Set up Dependency x86_64 Environment
46- if : matrix.os == 'macos-13 '
46+ if : matrix.os == 'macos-15-intel '
4747 run : |
4848 cd libxengine
4949 chmod 777 *
5050 ./XEngine_LINEnv.sh -i 3
5151 - name : Set up Dependency Arm64 Environment
52- if : matrix.os == 'macos-14 '
52+ if : matrix.os == 'macos-15 '
5353 run : |
5454 cd libxengine
5555 chmod 777 *
@@ -84,14 +84,14 @@ jobs:
8484 ./XEngine_AuthorizeService -t
8585
8686 - name : Upload folder as artifact with mac x64
87- if : matrix.os == 'macos-13 '
87+ if : matrix.os == 'macos-15-intel '
8888 uses : actions/upload-artifact@v4
8989 with :
9090 name : XEngine_AuthorizeService-Mac_x86-64
9191 path : XEngine_Release/
9292 retention-days : 1
9393 - name : Upload folder as artifact with mac arm
94- if : matrix.os == 'macos-14 '
94+ if : matrix.os == 'macos-15 '
9595 uses : actions/upload-artifact@v4
9696 with :
9797 name : XEngine_AuthorizeService-Mac_Arm64
You can’t perform that action at this time.
0 commit comments