Skip to content

Commit f29a34c

Browse files
committed
ci:update macos build
1 parent ff79ea5 commit f29a34c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/macbuild.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
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

0 commit comments

Comments
 (0)