Skip to content

Commit 7ed2342

Browse files
committed
Make it clear that non-official SDKs are only used for testing
1 parent d960bcb commit 7ed2342

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,9 @@ jobs:
555555
# iOS SDKs:
556556
# - https://github.com/xybp888/iOS-SDKs
557557
# - https://github.com/theos/sdks
558+
#
559+
# NOTE: These are non-official sources, and are only used to test
560+
# older platforms.
558561
run: |
559562
wget https://github.com/alexey-lysiuk/macos-sdk/releases/download/${{ matrix.sdk }}/MacOSX${{ matrix.sdk }}.tar.bz2
560563
tar -xyf MacOSX${{ matrix.sdk }}.tar.bz2

0 commit comments

Comments
 (0)