Skip to content

Update CI to Xcode 16 (#1622) #745

Update CI to Xcode 16 (#1622)

Update CI to Xcode 16 (#1622) #745

name: Authentication
on:
push:
branches: [ main ]
paths:
- '.github/workflows/authentication.yml'
- 'authentication/**'
- 'scripts/*'
- 'scripts/authentication.sh'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/authentication.yml'
- 'authentication/**'
- 'scripts/*'
- 'scripts/authentication.sh'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
SAMPLE: Authentication
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-14
env:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 14
TEST: false
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd authentication
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/authentication.sh
- name: Build Swift
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""