Skip to content

Bumped networking version and updated changelog #37

Bumped networking version and updated changelog

Bumped networking version and updated changelog #37

Workflow file for this run

name: Build
on:
push:
branches:
- develop
pull_request:
jobs:
build:
name: Library Build
runs-on: macos-13
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Set proper xcode version
run: sh ./scripts/xcodeselect.sh
- name: Run build script
run: sh ./scripts/build.sh