Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/presuite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def initialize_beaker

def beaker_platform
{
'ubuntu-latest' => 'ubuntu2004-64a',
'ubuntu-20.04' => 'ubuntu2004-64a',
'macos-latest' => 'osx11-64a',
'windows-2016' => 'windows2016-64a',
'windows-2019' => 'windows2019-64a'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
rubocop_checks:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: RuboCop
steps:
- name: Checkout current PR
Expand All @@ -25,7 +25,7 @@ jobs:
- run: bundle exec rubocop --parallel

rtc:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: RuboCop TODO
steps:
- uses: actions/checkout@v1
Expand All @@ -38,7 +38,7 @@ jobs:
FORCE_ERROR_EXIT: true

commit_checks:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: commit message
steps:
- name: Checkout current PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
coverage_checks:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: coverage
steps:
- name: Checkout current PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk_monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
snyk_monitor:
if: ${{ github.repository_owner == 'puppetlabs' }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Snyk Monitor
steps:
- name: Checkout current PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- '3.0'
- '3.2.0-preview2'
- 'jruby-9.3.7.0'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout current PR
uses: actions/checkout@v2
Expand Down