Skip to content

Commit

Permalink
remove apple network framewokr CI so that we dont block merge
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Dec 9, 2024
1 parent 31a9a95 commit e1d7513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
strategy:
fail-fast: false
matrix:
eventloop: ["-DAWS_USE_APPLE_NETWORK_FRAMEWORK=ON", "-DAWS_USE_APPLE_NETWORK_FRAMEWORK=OFF"]
eventloop: ["-DAWS_USE_APPLE_NETWORK_FRAMEWORK=OFF"] # TODO: Add "-DAWS_USE_APPLE_NETWORK_FRAMEWORK=ON" when apple network framework is implemented.
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
strategy:
fail-fast: false
matrix:
eventloop: ["-DAWS_USE_APPLE_NETWORK_FRAMEWORK=ON", "-DAWS_USE_APPLE_NETWORK_FRAMEWORK=OFF"]
eventloop: ["-DAWS_USE_APPLE_NETWORK_FRAMEWORK=OFF"] # TODO: Add "-DAWS_USE_APPLE_NETWORK_FRAMEWORK=ON" when apple network framework is implemented.
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit e1d7513

Please sign in to comment.