Skip to content

Add macOS CI

Add macOS CI #4

Workflow file for this run

on:
- push
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
docker compose run --build --rm supersign -c "swift build --product SupersignCLI"
build-macos:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
swift build --product SupersignCLI