check if we can get away with keeping the old deployment minima #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: visionOS | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master | |
with: | |
xcode-scheme: 'swift-hash-Package' | |
destination: ${{ github.workflow }} |