Skip to content

Test GitHub Action Runners with Xcode 15.4 #67

Test GitHub Action Runners with Xcode 15.4

Test GitHub Action Runners with Xcode 15.4 #67

Workflow file for this run

#
# This source file is part of the TemplatePackage open source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
#
name: Pull Request
on:
pull_request:
workflow_dispatch:
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
buildandtest:
uses: ./.github/workflows/build-and-test.yml
secrets: inherit