Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/example-cypress-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on: workflow_dispatch

jobs:
docker-base:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
# Examples use latest tag
# For production use, to avoid the risk of breaking changes,
Expand All @@ -32,7 +32,7 @@ jobs:
working-directory: examples/basic

docker-browsers:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
# Makes sure that each browser test runs, even if any other test fails
fail-fast: false
Expand All @@ -53,7 +53,7 @@ jobs:
browser: ${{ matrix.browser }}

docker-included:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down