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 7dafedd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: ci
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- 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 7dafedd

Please sign in to comment.