diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 017518fe4f05c..87f1cb1bcf55b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Prune Stale - uses: actions/stale@v3.0.19 + uses: actions/stale@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} # Different amounts of days for issues/PRs are not currently supported but there is a PR diff --git a/source/server/listener_impl.cc b/source/server/listener_impl.cc index bf0932d27b4d6..f1b4a2a33ad98 100644 --- a/source/server/listener_impl.cc +++ b/source/server/listener_impl.cc @@ -32,8 +32,10 @@ #ifdef ENVOY_ENABLE_QUIC #include "source/common/quic/active_quic_listener.h" +#if defined(__linux__) #include "source/common/quic/udp_gso_batch_writer.h" #endif +#endif namespace Envoy { namespace Server {