Skip to content

Xcode 16 + Swift 6 + infra updates (#71) #125

Xcode 16 + Swift 6 + infra updates (#71)

Xcode 16 + Swift 6 + infra updates (#71) #125

Workflow file for this run

# GitHub Actions Virtual Environments
# https://github.com/actions/virtual-environments/
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
jobs:
main:
name: Build and Run
runs-on: macos-15
steps:
- name: git checkout
uses: actions/checkout@v4
- name: xcode version
run: xcodebuild -version -sdk
- name: swift build
run: swift build
- name: swift run
run: swift run