Skip to content

Commit 1ea1a4f

Browse files
committed
ci:reset
1 parent 6539695 commit 1ea1a4f

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-14-large
18-
- os: macos-14-xlarge
17+
- os: macos-13
18+
- os: macos-14
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-xlarge'
46+
if: matrix.os == 'macos-14'
4747
run: |
4848
cd libxengine
4949
chmod 777 *

0 commit comments

Comments
 (0)