Skip to content

Commit 4d52393

Browse files
committed
update:depend library
ci:macos update
1 parent ce688a2 commit 4d52393

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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-14-large
18-
- os: macos-14-xlarge
17+
- os: macos-13
18+
- os: macos-14
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:
@@ -40,13 +40,13 @@ jobs:
4040
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
4141

4242
- name: Set up Dependency x86_64 Environment
43-
if: matrix.os == 'macos-14-large'
43+
if: matrix.os == 'macos-13'
4444
run: |
4545
cd libxengine
4646
chmod 777 *
4747
./XEngine_LINEnv.sh -i 3
4848
- name: Set up Dependency Arm64 Environment
49-
if: matrix.os == 'macos-14-xlarge'
49+
if: matrix.os == 'macos-14'
5050
run: |
5151
cd libxengine
5252
chmod 777 *
@@ -81,14 +81,14 @@ jobs:
8181
./XEngine_AuthorizeService -t
8282
8383
- name: Upload folder as artifact with mac x64
84-
if: matrix.os == 'macos-14-large'
84+
if: matrix.os == 'macos-13'
8585
uses: actions/upload-artifact@v4
8686
with:
8787
name: XEngine_AuthorizeService-Mac_x86_64
8888
path: XEngine_Release/
8989
retention-days: 1
9090
- name: Upload folder as artifact with mac arm
91-
if: matrix.os == 'macos-14-xlarge'
91+
if: matrix.os == 'macos-14'
9292
uses: actions/upload-artifact@v4
9393
with:
9494
name: XEngine_AuthorizeService-Mac_Arm64

0 commit comments

Comments
 (0)