Skip to content

Commit 47ac5c1

Browse files
committed
ci:update macos system version
1 parent 750e65b commit 47ac5c1

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
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
include:
20-
- os: macos-13
21-
- os: macos-14
20+
- os: macos-15
21+
- os: macos-15-intel
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:
@@ -46,13 +46,13 @@ jobs:
4646
run: echo "TERM=xterm" >> $GITHUB_ENV
4747

4848
- name: Set up Dependency x86_64 Environment
49-
if: matrix.os == 'macos-13'
49+
if: matrix.os == 'macos-15-intel'
5050
run: |
5151
cd libxengine
5252
chmod 777 *
5353
./XEngine_LINEnv.sh -i 3
5454
- name: Set up Dependency Arm64 Environment
55-
if: matrix.os == 'macos-14'
55+
if: matrix.os == 'macos-15'
5656
run: |
5757
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)
5858
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
@@ -80,14 +80,14 @@ jobs:
8080
./XEngine_XStorageApp -t
8181
8282
- name: Upload folder as artifact with mac x64
83-
if: matrix.os == 'macos-13'
83+
if: matrix.os == 'macos-15-intel'
8484
uses: actions/upload-artifact@v4
8585
with:
8686
name: XEngine_XStorageApp-Mac_x86_64
8787
path: XEngine_Release/
8888
retention-days: 1
8989
- name: Upload folder as artifact with mac arm
90-
if: matrix.os == 'macos-14'
90+
if: matrix.os == 'macos-15'
9191
uses: actions/upload-artifact@v4
9292
with:
9393
name: XEngine_XStorageApp-Mac_Arm64

0 commit comments

Comments
 (0)