Skip to content

Add non-blocking Xcode 27 preview jobs to CI - #629

Open
w-goog wants to merge 2 commits into
mainfrom
feature/xcode-27-ci
Open

Add non-blocking Xcode 27 preview jobs to CI#629
w-goog wants to merge 2 commits into
mainfrom
feature/xcode-27-ci

Conversation

@w-goog

@w-goog w-goog commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Third time is the charm - see google/GTMAppAuth#281

Comment on lines +41 to +58
runs-on: xcode-27
continue-on-error: true
strategy:
fail-fast: false
matrix:
destination: [
'generic/platform=iOS',
'platform=OS X'
]

steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Archive
run: |
xcodebuild \
archive \
-scheme GoogleSignIn-Package \
-destination "${{ matrix.destination }}"
Comment on lines +73 to +99
runs-on: xcode-27
continue-on-error: true
strategy:
fail-fast: false
matrix:
sdk: ['macosx', 'iphonesimulator']
include:
- sdk: 'macosx'
destination: '"platform=macOS"'
- sdk: 'iphonesimulator'
destination: '"platform=iOS Simulator,name=iPhone 17,OS=27.0"'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Build unit test target
run: |
xcodebuild \
-scheme GoogleSignIn-Package \
-sdk ${{ matrix.sdk }} \
-destination ${{ matrix.destination }} \
build-for-testing
- name: Run unit test target
run: |
xcodebuild \
-scheme GoogleSignIn-Package \
-sdk ${{ matrix.sdk }} \
-destination ${{ matrix.destination }} \
test-without-building
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants