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:
parent
192536643c
commit
d74478ce3b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user