Conversation
| name: Unit tests | ||
| uses: apple/swift-nio/.github/workflows/unit_tests.yml@main | ||
| with: | ||
| linux_5_10_enabled: false |
There was a problem hiding this comment.
Should we disable 6_1 as well?
There was a problem hiding this comment.
Hm yes right now we should actually. I was thinking that we may be able to support 6.1 if we don't use Span in the API, but this should be disabled as of now.
|
Hmm, I'm getting some errors: |
|
God damn. Yes this is a problem since we are not on an enterprise plan and we cannot whitelist those workflows from other orgs |
|
Okay things seem to be running now. Most of the failures are because availability annotations are missing and/or Sendability issues. I'll open a follow-up PR. |
No description provided.