Skip to content

Commit

Permalink
macOS build
Browse files Browse the repository at this point in the history
To ensure things work on macOS.

Signed-off-by: Eric Curtin <[email protected]>
  • Loading branch information
ericcurtin committed Jul 27, 2024
1 parent 61cf698 commit 7530049
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@ jobs:
- uses: actions/checkout@v3
- name: Run a one-line script
run: ./ci.sh
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Run a one-line script
shell: bash
run: ./ci.sh

0 comments on commit 7530049

Please sign in to comment.