Skip to content

Commit

Permalink
GitHub workflow: Disable building for iOS since it randomly started t…
Browse files Browse the repository at this point in the history
…o fail 😤
  • Loading branch information
freysie committed Apr 29, 2023
1 parent c1c5197 commit 1381a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: ['macos-12']
platform: ['watchOS', 'iOS']
platform: ['watchOS']
swift: [~5.5, ~5.6, ~5.7]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1381a20

Please sign in to comment.