Skip to content

Add file path and location support, update swift to 5.7 #110

Add file path and location support, update swift to 5.7

Add file path and location support, update swift to 5.7 #110

Workflow file for this run

name: macOS Tests (Swift)
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
macos-tests:
name: Swift ${{ matrix.swift-version }} (macOS)
runs-on: macos-13
strategy:
matrix:
xcode-version:
- '14.1'
- '14.3.1'
include:
- swift-version: '5.7.1'
xcode-version: '14.1'
- swift-version: '5.8.1'
xcode-version: '14.3.1'
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode-version }}.app/Contents/Developer"
steps:
- name: "⬇️ Checkout"
uses: actions/checkout@v2
- name: "🛠 Build and Run Tests"
run: swift test --parallel
- name: "🛠 Build Release"
run: swift build --configuration release