Skip to content

Updates Swift container version #2

Updates Swift container version

Updates Swift container version #2

Workflow file for this run

name: Linux Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: swift:6.2.0
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Test
run: swift test -v