Skip to content

Commit

Permalink
ci:reset
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 23, 2025
1 parent 6539695 commit 1ea1a4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
include:
- os: macos-14-large
- os: macos-14-xlarge
- os: macos-13
- os: macos-14
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
chmod 777 *
./XEngine_LINEnv.sh -i 3
- name: Set up Dependency Arm64 Environment
if: matrix.os == 'macos-14-xlarge'
if: matrix.os == 'macos-14'
run: |
cd libxengine
chmod 777 *
Expand Down

0 comments on commit 1ea1a4f

Please sign in to comment.