Skip to content

Update execution environment #107

Update execution environment

Update execution environment #107

Workflow file for this run

name: Swift-Build
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13]
xcode: ['14.3.1', '15.0']
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
steps:
- uses: actions/checkout@v4
- name: Build and Test
run: swift test