Skip to content

Update hmarr/auto-approve-action action to v4 (#2499) #9554

Update hmarr/auto-approve-action action to v4 (#2499)

Update hmarr/auto-approve-action action to v4 (#2499) #9554

name: Test Swift Package Manager Integration
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
SPM:
runs-on: macos-15-xlarge
steps:
- uses: actions/checkout@v6
- name: Select latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '26.2'
- name: Test Swift Package Manager Integration
run: |
Scripts/test-SPM-integration.sh