Skip to content

Fix pidfile cleanup when receiving signal #50

Fix pidfile cleanup when receiving signal

Fix pidfile cleanup when receiving signal #50

Workflow file for this run

name: Build
on:
push:
branches:
- master
- 'release/**'
pull_request:
permissions:
contents: read
jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
platform:
- macos-13
- macos-14
- macos-15
runs-on: ${{ matrix.platform }}
timeout-minutes: 10
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 1
- name: Build
run: make