Skip to content

Commit

Permalink
Add ubuntu-22.04-large as default for node-python
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Nov 1, 2023
1 parent 3e89689 commit 3ec02ba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ on:
runs_on:
type: string
required: false
default: "ubuntu-20.04"
default: "ubuntu-22.04"
cypress_runs_on:
type: string
required: false
default: "ubuntu-22.04-large"
secrets:
DATAVISYN_BOT_REPO_TOKEN:
required: false
Expand Down Expand Up @@ -122,7 +126,7 @@ jobs:
permissions:
id-token: write
contents: write
runs-on: ${{ inputs.runs_on }}
runs-on: ${{ inputs.cypress_runs_on || inputs.runs_on }}

services:
postgres:
Expand Down

0 comments on commit 3ec02ba

Please sign in to comment.