Skip to content

Commit 52975e5

Browse files
committed
ci:update mac system version
1 parent 1ccd01a commit 52975e5

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:
@@ -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

0 commit comments

Comments
 (0)