1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 04:32:57 +08:00

Pin workflow to macOS 12

This commit is contained in:
Salman Ahmed 2022-12-17 03:00:59 +03:00
parent 192536643c
commit d74478ce3b

View File

@ -121,7 +121,8 @@ jobs:
build-only-ios:
name: Build only (iOS)
runs-on: macos-latest
# Pin to macOS 12 until GitHub finishes migrating all repositories to use it when specifying `macos-latest`.
runs-on: macos-12
timeout-minutes: 60
steps:
- name: Checkout