Skip to content

Commit

Permalink
included mac os architecture on snapshot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
PandoraQS committed Sep 11, 2024
1 parent 91ce156 commit b9a07c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ on:
jobs:
package:
runs-on: ${{ matrix.os }}
strategy:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [x64]
include:
- os: macos-latest
arch: arm64

steps:
- name: Checkout branch
Expand Down

0 comments on commit b9a07c8

Please sign in to comment.