Skip to content

Commit e590d65

Browse files
committed
update:depend library
ci:update macos system version
1 parent 2ee3e16 commit e590d65

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/macbuild.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- os: macos-13
18-
- os: macos-14
1917
- os: macos-15
18+
- os: macos-15-intel
2019
runs-on: ${{ matrix.os }}
2120

2221
steps:
@@ -40,13 +39,13 @@ jobs:
4039
run: echo "TERM=xterm" >> $GITHUB_ENV
4140

4241
- name: Set up Dependency x86_64 Environment
43-
if: matrix.os == 'macos-13'
42+
if: matrix.os == 'macos-15-intel'
4443
run: |
4544
cd libxengine
4645
chmod 777 *
4746
./XEngine_LINEnv.sh -i 3
4847
- name: Set up Dependency Arm64 Environment
49-
if: matrix.os == 'macos-14' || matrix.os == 'macos-15'
48+
if: matrix.os == 'macos-15'
5049
run: |
5150
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)
5251
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip

0 commit comments

Comments
 (0)