build: increase the minimum supported iOS version from 13 to 14 #150
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
# Copyright (C) 2023 TomTom NV. All rights reserved. | |
--- | |
name: Pull Request Verification | |
on: | |
pull_request: | |
branches: | |
- main | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
# clear out default permissions | |
permissions: {} | |
jobs: | |
quality-checks: | |
permissions: | |
pull-requests: write | |
uses: ./.github/workflows/quality-checks.yaml | |
build: | |
permissions: | |
contents: read | |
uses: ./.github/workflows/build.yaml |