Skip to content

Bump actions/checkout from 3 to 4 (#88) #24

Bump actions/checkout from 3 to 4 (#88)

Bump actions/checkout from 3 to 4 (#88) #24

Workflow file for this run

name: SwiftPM Integration
on:
push:
branches:
- main
paths:
- '.github/workflows/spm.yml'
- 'Package*'
- 'Source/**/*.*'
pull_request:
branches:
- '*'
paths:
- '.github/workflows/spm.yml'
- 'Package*'
- 'Source/**/*.*'
env:
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer
jobs:
main:
name: SwiftPM Build
runs-on: macOS-12
steps:
- name: git checkout
uses: actions/checkout@v4
- name: xcode version
run: xcodebuild -version -sdk
- name: swift build
run: swift build