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

Update CI for latest macOS and Xcode #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

luispadron
Copy link
Collaborator

@luispadron luispadron commented Sep 19, 2024

Updates CI and the build script:

  • Use macos-latest for latest macOS version and toolchain
  • Replace package generate (which no longer exists) with a simple swift build
  • Remove Bazel build support, bazel users should consume via https://registry.bazel.build/modules/rules_swift_package_manager.
  • Remove Xcode job, the pod lib lint job still exists and continues to validate the podspec which is what we care about.
  • Remove build.swift and instead update the github workflow to run the commands via Bash, this is a lot simpler and does the same in less code.

@luispadron luispadron force-pushed the luis/update-ci branch 3 times, most recently from fbc090f to 5e6476a Compare September 19, 2024 18:01
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.

1 participant