Skip to content

Commit

Permalink
Merge pull request #59 from daberkow/ubuntu24-only
Browse files Browse the repository at this point in the history
Ubuntu24 only
  • Loading branch information
bastelfreak authored Aug 3, 2024
2 parents 3d9f863 + 404d98e commit 21c0e55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
type: string
unit_runs_on:
description: the runner group used for unit jobs run on
default: ubuntu-latest
default: ubuntu-24.04
required: false
type: string

Expand All @@ -41,7 +41,7 @@ jobs:
run:
working-directory: ${{ inputs.working-directory }}
name: Static validations
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: ${{ inputs.timeout_minutes }}
outputs:
puppet_unit_test_matrix: ${{ steps.get-outputs.outputs.puppet_unit_test_matrix }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

tests:
needs: unit
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Test suite
steps:
- run: echo Test suite completed
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/beaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ on:
type: string
unit_runs_on:
description: the runner group used for unit jobs run on
default: ubuntu-latest
default: ubuntu-24.04
required: false
type: string
acceptance_runs_on:
description: the runner group used for acceptance jobs run on
default: ubuntu-20.04
default: ubuntu-24.04
required: false
type: string
secrets:
Expand All @@ -78,7 +78,7 @@ jobs:
run:
working-directory: ${{ inputs.working-directory }}
name: Static validations
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: ${{ inputs.timeout_minutes }}
outputs:
puppet_unit_test_matrix: ${{ steps.get-outputs.outputs.puppet_unit_test_matrix }}
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
needs:
- unit
- acceptance
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Test suite
steps:
- run: echo Test suite completed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run:
working-directory: ${{ inputs.working-directory }}
name: 'Puppet Forge'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: github.repository_owner == inputs.allowed_owner
steps:
- name: Checkout repository
Expand Down

0 comments on commit 21c0e55

Please sign in to comment.