Skip to content

Commit

Permalink
ci: Run cypress on ubuntu-latest
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Nov 26, 2024
1 parent ac5a28f commit 0a4c686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
init:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
outputs:
nodeVersion: ${{ steps.versions.outputs.nodeVersion }}
npmVersion: ${{ steps.versions.outputs.npmVersion }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
/home/runner/.cache/Cypress
cypress:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
timeout-minutes: 30
needs: init

Expand Down

0 comments on commit 0a4c686

Please sign in to comment.