Skip to content

Commit 6539695

Browse files
committed
ci:macos update
1 parent 5619fb3 commit 6539695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macbuild.yml

Lines changed: 3 additions & 3 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:
@@ -43,7 +43,7 @@ jobs:
4343
chmod 777 *
4444
./XEngine_LINEnv.sh -i 3
4545
- name: Set up Dependency Arm64 Environment
46-
if: matrix.os == 'macos-14'
46+
if: matrix.os == 'macos-14-xlarge'
4747
run: |
4848
cd libxengine
4949
chmod 777 *

0 commit comments

Comments
 (0)