Skip to content

Commit c1321dc

Browse files
authored
Add runs on for all jobs
1 parent c4d6cac commit c1321dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
concurrency:
9494
group: "python-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
9595
cancel-in-progress: true
96-
runs-on: ubuntu-20.04
96+
runs-on: ${{ inputs.platform }}
9797
steps:
9898
- name: Checkout source repository
9999
uses: actions/checkout@v3
@@ -122,7 +122,7 @@ jobs:
122122
permissions:
123123
id-token: write
124124
contents: write
125-
runs-on: ubuntu-20.04
125+
runs-on: ${{ inputs.platform }}
126126

127127
services:
128128
postgres:

0 commit comments

Comments
 (0)