Commit graph

4 commits

Author SHA1 Message Date
Ian VanSchooten
a8303a166d
Update github runners to use macos 15 / xcode 16 (#276)
According to https://github.com/actions/runner-images#available-images, currently `macos-latest` is pointing to macos 14 images, which come bundled with xcode 15.  Apple now requires xcode 16, which we'll get by updating to `macos-15`.  

This also bumps the version github uses to `16.3` (by default it will stay at 16.0), and adds a note to the README that ideally we should all be using the same version of xcode that is used to build the app that is sent to Apple.

We could get fancier with this, but I don't think it's really necessary right now.  See https://www.polpiella.dev/managing-xcode-installs-using-fastlane for other approaches.
2025-05-07 10:29:48 -04:00
Ian VanSchooten
2dee5305db
Pin all workflow actions to SHA (#270) 2025-03-17 14:28:01 -04:00
Caleb Jasik
4621cbc000
Enable CI checking for Swift code formatting and format all swift code (#263) 2025-02-21 09:34:17 -06:00
Caleb Jasik
4d34083572
Use swift-format for Swift file formatting (#261) 2025-02-20 16:09:05 -06:00