Skip to content

Commit

Permalink
ci: Remove Linux 5.8 configuration
Browse files Browse the repository at this point in the history
Upstream has removed the 5.8 configuration, so setting it causes
the runners to fail.

apple/swift-nio@c16420c#diff-c91058a32040621ac54d6ea4194b302a420b7849f6e8561920d23a0e97acf69a
  • Loading branch information
euanh committed Oct 14, 2024
1 parent 692cb27 commit edbd5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
name: Unit tests
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
with:
linux_5_8_enabled: false
linux_5_9_enabled: false
linux_5_10_enabled: false
linux_6_0_arguments_override: "--skip SmokeTests"
linux_nightly_6_0_arguments_override: "--skip SmokeTests"
linux_nightly_main_arguments_override: "--skip SmokeTests"

Expand Down

0 comments on commit edbd5e8

Please sign in to comment.