Skip to content

added compatibility with CA v3 #157

added compatibility with CA v3

added compatibility with CA v3 #157

Workflow file for this run

name: macOS CI
on:
pull_request:
paths:
- '**.c'
- '**.h'
- '**.i'
- '**.in'
- '**.sh'
- '**.py'
- '**.go'
- '**.java'
- '**.rb'
- .github/workflows/macos.yml
push:
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- run: .github/build.sh macos
- uses: actions/upload-artifact@v4
with:
name: openpace-dmg
path:
openpace*.dmg