Skip to content

Commit

Permalink
explicitly run on Ubuntu 24.04, not latest
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 17, 2024
1 parent 0e7ee3f commit e50cc9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/foreman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
jobs:
setup_matrix:
name: Setup matrix
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
matrix: ${{ steps.build_matrix.outputs.matrix }}
steps:
Expand All @@ -32,7 +32,7 @@ jobs:
rubocop:
name: Rubocop
needs: setup_matrix
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
BUNDLE_WITHOUT: assets:console:development:dynflow_sidekiq:ec2:journald:jsonp:libvirt:openid:openstack:ovirt:redis:service:telemetry:vmware
steps:
Expand All @@ -47,7 +47,7 @@ jobs:

tests:
name: "${{ matrix.task }} - Ruby ${{ matrix.ruby }} and Node ${{ matrix.node }} on PostgreSQL ${{ matrix.postgresql }}"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- setup_matrix
- rubocop
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
result:
if: always()
name: Test suite
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- tests
- katello
Expand Down

0 comments on commit e50cc9e

Please sign in to comment.