Skip to content

Commit

Permalink
update action.yml for support macos-arm support
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasnaqdi committed Nov 30, 2023
1 parent 357f688 commit ca37135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and release NekoRay / NekoBox
name: Build and release NekoRay/NekoBox

on:
schedule:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
test_arm64:
strategy:
matrix:
os: [macos-13]
os: [macos-13-xlarge]

runs-on: ${{ matrix.os }}
needs: build_and_upload_arm64
Expand Down

0 comments on commit ca37135

Please sign in to comment.