Skip to content

Commit

Permalink
feat: run on all supported platforms (macos-14 for Apple Silicon supp…
Browse files Browse the repository at this point in the history
…ort)
  • Loading branch information
metacosm committed Mar 29, 2024
1 parent 7a0a889 commit 156050f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
- '.all-contributorsrc'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true

defaults:
Expand All @@ -36,8 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [windows-latest, macos-latest, ubuntu-latest]
os: [macos-latest]
os: [macos-latest, macos-14, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Prepare git
Expand Down

0 comments on commit 156050f

Please sign in to comment.