Skip to content

Flatten project structure and merge macOS target into app #76

Flatten project structure and merge macOS target into app

Flatten project structure and merge macOS target into app #76

name: Simulation Protocol
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-12']
swift: ['5.7']
runs-on: '${{ matrix.os }}'
steps:
- uses: actions/checkout@v3
- uses: fwal/setup-swift@v1
with:
swift-version: ${{ matrix.swift }}
- name: Build
run: swift build
working-directory: DistributedChatSimulationProtocol