Skip to content

fix(session): a region -> element re-selection must drop the stale re… #8

fix(session): a region -> element re-selection must drop the stale re…

fix(session): a region -> element re-selection must drop the stale re… #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
macos:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Build (warnings as errors)
run: swift build -Xswiftc -warnings-as-errors
- name: Test
run: swift test
- name: Cross-compile for iOS Simulator
run: |
SDK=$(xcrun --sdk iphonesimulator --show-sdk-path)
swift build --sdk "$SDK" -Xswiftc -target -Xswiftc arm64-apple-ios17.0-simulator