Skip to content

Commit

Permalink
attempt a mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 16, 2023
1 parent df597e0 commit 088036a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ on: [push, pull_request]

jobs:
build:
runs-on: ['ubuntu-latest', 'macos-11']
strategy:
matrix:
os: ['ubuntu-latest', 'macos-11']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 088036a

Please sign in to comment.