Skip to content

select xcode 16 beta 5 for swift 6 #29

select xcode 16 beta 5 for swift 6

select xcode 16 beta 5 for swift 6 #29

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_beta_5.app/Contents/Developer'
- uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: swift build
- name: Test
run: swift test