We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d960bcb commit 7ed2342Copy full SHA for 7ed2342
.github/workflows/ci.yml
@@ -555,6 +555,9 @@ jobs:
555
# iOS SDKs:
556
# - https://github.com/xybp888/iOS-SDKs
557
# - https://github.com/theos/sdks
558
+ #
559
+ # NOTE: These are non-official sources, and are only used to test
560
+ # older platforms.
561
run: |
562
wget https://github.com/alexey-lysiuk/macos-sdk/releases/download/${{ matrix.sdk }}/MacOSX${{ matrix.sdk }}.tar.bz2
563
tar -xyf MacOSX${{ matrix.sdk }}.tar.bz2
0 commit comments