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 a4a28fd
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: ci
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
on: [push, pull_request]
jobs:
build:
linux:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run a one-line script
run: ./ci.sh

macos:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Run a one-line script
shell: bash
run: ./ci.sh

0 comments on commit a4a28fd

Please sign in to comment.