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.
1 parent 205bb0f commit 27c6d12Copy full SHA for 27c6d12
.github/workflows/shared_meterpreter_acceptance.yml
@@ -67,7 +67,7 @@ jobs:
67
fail-fast: false
68
matrix:
69
os:
70
- - macos-13
+ - macos-14
71
- windows-2022
72
- ubuntu-latest
73
ruby:
@@ -112,7 +112,7 @@ jobs:
112
if: runner.os == 'Linux'
113
run: sudo apt-get -y --no-install-recommends install libpcap-dev graphviz
114
115
- - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231
+ - uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1
116
if: ${{ matrix.meterpreter.name == 'php' }}
117
with:
118
php-version: ${{ matrix.meterpreter.runtime_version }}
0 commit comments