Skip to content

Commit 3ec02ba

Browse files
committed
Add ubuntu-22.04-large as default for node-python
1 parent 3e89689 commit 3ec02ba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build-node-python.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ on:
3131
runs_on:
3232
type: string
3333
required: false
34-
default: "ubuntu-20.04"
34+
default: "ubuntu-22.04"
35+
cypress_runs_on:
36+
type: string
37+
required: false
38+
default: "ubuntu-22.04-large"
3539
secrets:
3640
DATAVISYN_BOT_REPO_TOKEN:
3741
required: false
@@ -122,7 +126,7 @@ jobs:
122126
permissions:
123127
id-token: write
124128
contents: write
125-
runs-on: ${{ inputs.runs_on }}
129+
runs-on: ${{ inputs.cypress_runs_on || inputs.runs_on }}
126130

127131
services:
128132
postgres:

0 commit comments

Comments
 (0)