connectrpc / connect-swift

The Swift implementation of Connect: Protobuf RPC that works.
https://connectrpc.com/docs/swift/getting-started
Apache License 2.0
98 stars 20 forks source link

Test building instead of testing with `xcodebuild` on CI #233

Closed rebello95 closed 10 months ago

rebello95 commented 10 months ago

Not intended for merging.

eseay commented 10 months ago

@rebello95 in order to get it to run on an M1 runner, I think you may need to specify macos-13-xlarge as the runner type.

rebello95 commented 10 months ago

@eseay I think those runners might only be available on paid plans per the docs:

Note: Included minutes cannot be used for larger runners. These runners will always be charged for, including in public repositories. For more information, see "About billing for GitHub Actions."