Tags: pointfreeco/swift-parsing
Tags
Fix Windows support, expand GHA platform coverage (#51) * Add Windows job to GitHub Actions workflow * Update ci.yml * Remove unused `cLocale` breaking the Windows build * Exclude benchmark product from Windows builds * Try using forked swift-benchmark * Build and test on Ubuntu * Switch to upstream `swift-benchmark` dependency * Use `MaxDesiatov/swift-windows-action` * Bump `swift-benchmark` to 0.1.1 * Reduce `Package.swift` diff * Remove redundant whitespace * Request `macos-11` GHA agents explicitly * Test with multiple Swift versions on macOS * Quote Xcode versions because YAML is awful