I did some maintenance on the GitHub Actions, with mixed results. No PR anticipated, as I have a few PRs already pending and I care about those first. --- Commits on my fork in the branch `actions/runner` in case someone wants to get this working: - [x] [Update uses actions and Xcode versions](https://github.com/WeatherProvider/NationalWeatherService-Swift/commit/1e249647de505dfce004763fbc4e816624ef609e) - [x] [GitHub Actions: Update uses actions and Xcode versions for Apple & Linux workflows](https://github.com/WeatherProvider/NationalWeatherService-Swift/commit/3075355cb3caccae82a7ac7200ceff15e64b8080) --- * The actions dependencies were updated to latest: `setup-xcode`, `checkout`, and `cache` * https://github.com/roblabs/NationalWeatherService-Swift/actions/runs/10516809517/job/29139743036 * The workflow called *Apple* still runs on `macos-latest`, with Xcode `15.4.0`, * but only the `macos` job is successful * The `ios` job fails * The workflow *Linux* doesn't work for either of the two jobs
I did some maintenance on the GitHub Actions, with mixed results. No PR anticipated, as I have a few PRs already pending and I care about those first.
Commits on my fork in the branch
actions/runnerin case someone wants to get this working:setup-xcode,checkout, andcachemacos-latest, with Xcode15.4.0,macosjob is successfuliosjob fails