Skip to content

Add Xcode 27 Preview to CI - #281

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

Add Xcode 27 Preview to CI#281
w-goog wants to merge 2 commits into
masterfrom
feature/xcode-27-ci

Conversation

@w-goog

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

Copy link
Copy Markdown
Contributor

This PR adds a non-blocking Xcode 27 job to the CI, to ensure that future changes don't break on that version. Conceptually a duplicate of openid/AppAuth-iOS#973.

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

steps:
- uses: actions/checkout@v3
- name: Archive
run: |
xcodebuild \
archive \
-scheme GTMAppAuth \
-destination "${{ matrix.destination }}"
Comment on lines +39 to +46
runs-on: xcode-27
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: Build package
run: swift build
- name: Run Swift tests
run: swift test
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