Skip to content

Commit

Permalink
chore: use not XL runners (to be reverted)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Aug 29, 2024
1 parent f51fbda commit 4e7aeb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
buildBaseline:
runs-on: ubuntu-latest-xl
runs-on: ubuntu-latest
name: Build apk from baseline
outputs:
BASELINE_REF: ${{ steps.getBaselineRef.outputs.BASELINE_REF }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
PATH_ENV_FILE: tests/e2e/.env.e2e

buildDelta:
runs-on: ubuntu-latest-xl
runs-on: ubuntu-latest
name: Build apk from delta ref
outputs:
DELTA_REF: ${{ steps.getDeltaRef.outputs.DELTA_REF }}
Expand Down

0 comments on commit 4e7aeb4

Please sign in to comment.