1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 01:39:55 +08:00
Files
osu-lazer/.github/workflows
T
Bartłomiej Dach 745341ca6b Fix iOS build workflow failing
A new version of `Microsoft.iOS.Sdk` was released on
2023-05-09T17:28:41.7300000. This version requires Xcode 14.3, which is
not currently available on `macos-latest` runners (which currently alias
to `macos-12`).

To fix, migrate to `macos-13`, which is currently in beta, and
explicitly use Xcode 14.3 (because even on the `macos-13` image, Xcode
14.3 is not yet the default).
745341ca6b · 2023-05-09 21:59:24 +02:00
History
..
2023-05-09 21:59:24 +02:00
2023-03-27 18:37:01 +03:30