Skip to content

Commit

Permalink
ci: move back to ubuntu-latest for e2e-ct tests (#8572)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored Feb 10, 2025
1 parent bcef9d7 commit 6d9f5b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-ct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
install:
timeout-minutes: 30
runs-on: ubuntu-22.04-m
runs-on: ubuntu-latest-m
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
playwright-ct-test:
timeout-minutes: 30
needs: [install]
runs-on: ubuntu-22.04-m
runs-on: ubuntu-latest-m
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
merge-reports:
if: always()
needs: [playwright-ct-test]
runs-on: ubuntu-22.04-m
runs-on: ubuntu-latest-m
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
actions: write # needed to delete the cache
timeout-minutes: 30
name: Cleanup (${{ matrix.project }})
runs-on: ubuntu-22.04-m
runs-on: ubuntu-latest-m
needs: [playwright-ct-test]

strategy:
Expand Down

0 comments on commit 6d9f5b3

Please sign in to comment.