Skip to content

Commit

Permalink
Merge pull request #281 from koji-1009/chore/m1_chip
Browse files Browse the repository at this point in the history
chore: Add m1 chip macos machine
  • Loading branch information
bartekpacia authored Mar 31, 2024
2 parents 1c5eb12 + d1e0151 commit ab382cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths:
- setup.sh
- action.yml
- .github/workflows/workflow.yml
jobs:
lint_shellcheck:
runs-on: ubuntu-latest
Expand All @@ -18,7 +19,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
operating-system: [ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
channel: [stable, beta, master]
include:
- operating-system: ubuntu-latest
Expand Down Expand Up @@ -48,7 +49,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
operating-system: [ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
steps:
- uses: actions/checkout@v4
- uses: ./
Expand Down

0 comments on commit ab382cf

Please sign in to comment.