Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Use Xcode 16.1 as latest on CI #1807

Merged
merged 6 commits into from
Oct 29, 2024
Merged

chore: Use Xcode 16.1 as latest on CI #1807

merged 6 commits into from
Oct 29, 2024

Conversation

jbelkins
Copy link
Contributor

@jbelkins jbelkins commented Oct 28, 2024

Description of changes

  • Updates CI to use macOS 15 & Xcode 16.1 as "latest" version for CI.
  • Update simulator versions to match Xcode.
  • Loosen condition for installing visionOS sim so that it doesn't depend on visionOS version.
  • Remove unneeded credential setup from codegen-build-test workflow

New/existing dependencies impact assessment, if applicable

No new dependencies were added to this change.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

run: |
echo "[default]" > ~/.aws/credentials
echo "aws_access_key_id = test-key-id" >> ~/.aws/credentials
echo "aws_secret_access_key = test-secret-access-key" >> ~/.aws/credentials
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The credentials above are no longer needed since all protocol tests are now generated with static dummy credentials.

@jbelkins jbelkins marked this pull request as ready for review October 29, 2024 20:19
@jbelkins jbelkins merged commit 5223e8f into main Oct 29, 2024
29 checks passed
@jbelkins jbelkins deleted the jbe/xcode_16_1_on_ci branch October 29, 2024 21:45
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