Skip to content

Add, import, python, and bundle GeomUtil. #26

Add, import, python, and bundle GeomUtil.

Add, import, python, and bundle GeomUtil. #26

name: Run Tests (macOS arm64)
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [macos-14]
swift: ["5.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- name: 🧪 Test
run: swift test