Skip to content

Commit

Permalink
downgrade report runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Dec 13, 2024
1 parent c29dac3 commit fbf8757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flakeguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
needs: [get-tests, run-tests]
if: always()
name: Report
runs-on: ubuntu-24.04-8cores-32GB-ARM # Use a runner with more resources to avoid OOM errors when aggregating test results.
runs-on: ubuntu-latest
outputs:
test_results: ${{ steps.results.outputs.results }}
steps:
Expand Down

0 comments on commit fbf8757

Please sign in to comment.