We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40f7539 + 73fdffb commit 6301d84Copy full SHA for 6301d84
.github/workflows/acceptance.yml
@@ -53,7 +53,8 @@ jobs:
53
matrix:
54
os:
55
- macos-11
56
- - windows-2019
+ # Temporarily disabled for failing pcaprub compilation:
57
+ # - windows-2019
58
- ubuntu-20.04
59
ruby:
60
- 3.0.2
@@ -71,8 +72,8 @@ jobs:
71
72
# - { name: php, runtime_version: 8.2 }
73
include:
74
# Windows Meterpreter
- - { meterpreter: { name: windows_meterpreter }, os: windows-2019 }
75
- # Temporarily required for failing pcaprub compilation:
76
+ # - { meterpreter: { name: windows_meterpreter }, os: windows-2019 }
77
# - { meterpreter: { name: windows_meterpreter }, os: windows-2022 }
78
79
# Mettle
0 commit comments