Skip to content

Commit d626886

Browse files
authored
Merge pull request rapid7#19940 from adfoster-r7/update-ubuntu-versions-for-github-actions
Update ubuntu versions for Github actions
2 parents 54465f3 + 91f1db3 commit d626886

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/command_shell_acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
matrix:
6565
os:
6666
- windows-2019
67-
- ubuntu-20.04
67+
- ubuntu-latest
6868
ruby:
6969
- '3.2'
7070
include:
@@ -73,7 +73,7 @@ jobs:
7373
- { command_shell: { name: powershell }, os: windows-2022 }
7474

7575
# Linux
76-
- { command_shell: { name: linux }, os: ubuntu-20.04 }
76+
- { command_shell: { name: linux }, os: ubuntu-latest }
7777

7878
# CMD
7979
- { command_shell: { name: cmd }, os: windows-2019 }

.github/workflows/shared_meterpreter_acceptance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
os:
7070
- macos-13
7171
- windows-2019
72-
- ubuntu-20.04
72+
- ubuntu-latest
7373
ruby:
7474
- '3.2'
7575
meterpreter:
7676
# Python
77-
- { name: python, runtime_version: 3.6 }
77+
- { name: python, runtime_version: 3.8 }
7878
- { name: python, runtime_version: 3.11 }
7979

8080
# Java
@@ -92,7 +92,7 @@ jobs:
9292

9393
# Mettle
9494
- { meterpreter: { name: mettle }, os: macos-13 }
95-
- { meterpreter: { name: mettle }, os: ubuntu-20.04 }
95+
- { meterpreter: { name: mettle }, os: ubuntu-latest }
9696

9797
runs-on: ${{ matrix.os }}
9898

.github/workflows/verify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
- '3.3'
6565
- '3.4'
6666
os:
67-
- ubuntu-20.04
6867
- ubuntu-latest
6968
include:
7069
- os: ubuntu-latest

0 commit comments

Comments
 (0)