Skip to content

xcode 16.0 beta is removed (but why?) #30

xcode 16.0 beta is removed (but why?)

xcode 16.0 beta is removed (but why?) #30

Workflow file for this run

name: check-pr
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_16.1_beta.app/Contents/Developer'
- uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: swift build
- name: Test
run: swift test