Skip to content

Commit

Permalink
📌 Pin Github actions runners to 22.04
Browse files Browse the repository at this point in the history
The end-to-end tests otherwise require a playwright upgrade which we've
done on master, but for these maintenance branches we can just pin to
old runner versions to immediately fix the problem.

(cherry picked from commit b4224e0)
  • Loading branch information
sergei-maertens committed Jan 15, 2025
1 parent f23803d commit fc80f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- uses: ./.github/actions/report-flaky

e2etests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit fc80f6e

Please sign in to comment.