Skip to content

#tech try to fix build badge #9

#tech try to fix build badge

#tech try to fix build badge #9

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- '**'
types: [ opened, edited, synchronize, reopened ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Force select Xcode 14
run: |
sudo xcode-select -switch /Applications/Xcode_14.2.app
- name: Build
run: swift build -v