Skip to content

Commit ce688a2

Browse files
committed
ci:mac test
1 parent cd2f55c commit ce688a2

File tree

4 files changed

+8
-91
lines changed

4 files changed

+8
-91
lines changed

.github/workflows/UbuntuArm64_build.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.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-14-large
18+
- os: macos-14-xlarge
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-13'
43+
if: matrix.os == 'macos-14-large'
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'
49+
if: matrix.os == 'macos-14-xlarge'
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-13'
84+
if: matrix.os == 'macos-14-large'
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'
91+
if: matrix.os == 'macos-14-xlarge'
9292
uses: actions/upload-artifact@v4
9393
with:
9494
name: XEngine_AuthorizeService-Mac_Arm64

.github/workflows/release.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Download Ubuntu x86_64 build
19+
- name: Download Ubuntu build
2020
uses: dawidd6/action-download-artifact@v6
2121
with:
22-
workflow: UbuntuX86_64_build.yml
23-
workflow_conclusion: success
24-
check_artifacts: false
25-
skip_unpack: true
26-
if_no_artifact_found: fail
27-
path: ./XRelease/
28-
- name: Download Ubuntu Arm64 build
29-
uses: dawidd6/action-download-artifact@v6
30-
with:
31-
workflow: UbuntuArm64_build.yml
22+
workflow: Ubuntu_build.yml
3223
workflow_conclusion: success
3324
check_artifacts: false
3425
skip_unpack: true

0 commit comments

Comments
 (0)