Skip to content

macos-13 runner retired – workflow update required #367

@dvtuna

Description

@dvtuna

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions