Skip to content

Commit

Permalink
Fix mac matrix workflow (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin authored Jan 17, 2025
1 parent 5fc7d0f commit 04ad369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build MacOsX Arm64 dmg
name: Build MacOsX matrix
on:
workflow_dispatch:
inputs:
Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-14, macos-14-large] # see available: https://github.com/actions/runner-images?tab=readme-ov-file#available-images
os: [macos-14, macos-13] # see available: https://github.com/actions/runner-images?tab=readme-ov-file#available-images
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 04ad369

Please sign in to comment.