Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabrot committed Mar 4, 2024
1 parent a333015 commit 765fd65
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ jobs:
runs-on: macos-latest
permissions:
contents: write
strategy:
fail-fast: false
matrix:
os:
- macos-latest # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
# strategy:
# fail-fast: false
# matrix:
# # os:
# # - macos-latest # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
# platform:
# - linux/arm64

steps:
- name: Prepare
run: |
Expand Down

0 comments on commit 765fd65

Please sign in to comment.