Skip to content

Commit 9a61a9d

Browse files
authored
test: update github-actions example to ubuntu-24.04 runner (#1242)
1 parent 4fc996d commit 9a61a9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/example-cypress-github-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: workflow_dispatch
1313

1414
jobs:
1515
docker-base:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
container:
1818
# Examples use latest tag
1919
# For production use, to avoid the risk of breaking changes,
@@ -32,7 +32,7 @@ jobs:
3232
working-directory: examples/basic
3333

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

5555
docker-included:
56-
runs-on: ubuntu-22.04
56+
runs-on: ubuntu-24.04
5757
strategy:
5858
fail-fast: false
5959
matrix:

0 commit comments

Comments
 (0)