Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Sep 24, 2023
1 parent f1eb5d0 commit f8501dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
with:
path: /Library/Developer/CoreSimulator/Profiles/Runtimes
key: runtime-${{ matrix.ios }}
restore-keys: ${{ matrix.ios }}-runtime-
restore-keys: runtime-${{ matrix.ios }}
- name: Setup iOS ${{ matrix.ios }} Runtime
if: ${{ matrix.setup_runtime }}
timeout-minutes: 60
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
with:
path: /Library/Developer/CoreSimulator/Profiles/Runtimes
key: runtime-${{ matrix.ios }}
restore-keys: ${{ matrix.ios }}-runtime-
restore-keys: runtime-${{ matrix.ios }}
- name: Setup iOS ${{ matrix.ios }} Runtime
if: ${{ matrix.setup_runtime }}
timeout-minutes: 60
Expand Down

0 comments on commit f8501dd

Please sign in to comment.