Revert Changes because of macos-latest

iOS 17 SDK cannot be used because `macos-latest` has not updated
This commit is contained in:
arichorn 2023-09-22 19:00:27 -05:00 committed by GitHub
parent 1be0c249cc
commit 7d5af8e99a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,15 +73,15 @@ jobs:
id: SDK
uses: actions/cache@v3.3.2
env:
cache-name: iOS-17.0-SDK
cache-name: iOS-16.2-SDK
with:
path: theos/sdks/
key: ${{ env.cache-name }}
- name: Download iOS 17.0 SDK
- name: Download iOS 16.2 SDK
if: steps.SDK.outputs.cache-hit != 'true'
run: |
svn checkout -q https://github.com/arichorn/sdks/trunk/iPhoneOS17.0.sdk
svn checkout -q https://github.com/arichorn/sdks/trunk/iPhoneOS16.2.sdk
mv *.sdk $THEOS/sdks
env:
THEOS: ${{ github.workspace }}/theos