Skip to content

Commit

Permalink
IBX-8544: Run on RHEL 9
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Oct 16, 2024
1 parent 52f6293 commit a829051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ env:

jobs:
setup-jobs:
runs-on: ubuntu-latest
runs-on: rhel9
timeout-minutes: 1
outputs:
matrix: ${{ steps.generate-matrix.outputs.matrix }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
browser-tests:
needs: setup-jobs
runs-on: ubuntu-latest
runs-on: rhel9
timeout-minutes: ${{ inputs.timeout }}
strategy:
fail-fast: false
Expand Down

0 comments on commit a829051

Please sign in to comment.