Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NexushasTaken authored Dec 2, 2024
1 parent 76a7293 commit 19c5249
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Main
on: [push]
jobs:
macos:
runs-on: macos-latest # This runs the job on macOS
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, macos-arm64]
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 19c5249

Please sign in to comment.