Seems Github takes forever (days w/o resolving) to...
# library-development
e
Seems Github takes forever (days w/o resolving) to allocate macos runners for testing my lib on iOS, macOS (etc.) targets. Anyone else having the same issue?
1
b
I've seen this with
macos-11
and solved it by using
macos-latest
.
e
b
cool! I wonder if this is a known GH issue - if
macos-11
no longer works, it should just fail immediately instead of letting you hanging 😄
3