Skip to content

Commit

Permalink
ci: Stop running iOSSwift tests on simulator
Browse files Browse the repository at this point in the history
We run the iOSSwift tests on SauceLabs and also with the address
sanitizer. Therefore, we can remove running them on a simulator without
address sanitizer.
  • Loading branch information
philipphofmann committed Nov 24, 2023
1 parent 02a972c commit 190ce57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
runs-on: macos-13
strategy:
matrix:
target: ["ios_swift", "ios_objc", "tvos_swift"]
target: ["ios_objc", "tvos_swift"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 190ce57

Please sign in to comment.