Skip to content

Swift Language Support: Drop <5.9, Add 6.0 #52

Swift Language Support: Drop <5.9, Add 6.0

Swift Language Support: Drop <5.9, Add 6.0 #52

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
name: MacOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make test-swift
ubuntu:
name: Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make test-linux