Skip to content

Commit

Permalink
no double strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 23, 2023
1 parent 2a4eca6 commit 901bcc7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ jobs:
strategy:
matrix:
os: [macos-12, macos-13]
runs-on: ${{ matrix.os }}
strategy:
matrix:
target: [tvOS, macOS, catalyst, watchOS]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
Expand Down

0 comments on commit 901bcc7

Please sign in to comment.