-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
PayPal SDK Version
2.0.1
Environment
Both
Xcode Version
NA
OS Version & Device
NA
Integration type
Other
Development Processor
Apple Silicon (M-series chips)
Describe the bug
The GitHub Actions workflow currently uses the retired macos-13 runner, which causes CI failures.
Location:
https://github.com/paypal/paypal-ios/blob/2008a6de7c00a2ae53c669932d5fb19674c35b1e/.github/workflows/release.yml#L14
Current configuration:
- runs-on: macos-13
GitHub has officially retired the macos-13 image.
Details: actions/runner-images#13046
To reproduce
To restore macOS CI builds, the runner should be updated to a supported version, for example:
runs-on: macOS-15- or
runs-on: macos-latest
Expected behavior
The release workflow should run successfully on a supported macOS runner (e.g., macOS-15 or macos-latest) without failing due to the retired macos-13 image.
Screenshots

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels