Skip to content

Revert back old code, but keep Task { @MainActor #405

Revert back old code, but keep Task { @MainActor

Revert back old code, but keep Task { @MainActor #405

Workflow file for this run

name: macOS
on:
push:
branches: ["**"]
jobs:
build:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16.0
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v