Skip to content

Commit c76b18c

Browse files
committed
ci(cypress): Limit to github runners for now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent bcc29c8 commit c76b18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
init:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222
outputs:
2323
nodeVersion: ${{ steps.versions.outputs.nodeVersion }}
2424
npmVersion: ${{ steps.versions.outputs.npmVersion }}
@@ -66,7 +66,7 @@ jobs:
6666
path: ./
6767

6868
cypress:
69-
runs-on: ubuntu-latest
69+
runs-on: ubuntu-22.04
7070
needs: init
7171

7272
strategy:

0 commit comments

Comments
 (0)