Skip to content

Commit 2942e09

Browse files
committed
Use correct runners
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 5ac34ea commit 2942e09

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cli_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
image-base-name: "dev_image_with_extras"
1616
build-release:
1717
name: Build Release
18-
runs-on: oracle-16cpu-64gb-x86-64
18+
runs-on: oracle-vm-16cpu-64gb-x86-64
1919
needs: get-dev-image
2020
container:
2121
image: ${{ needs.get-dev-image.outputs.image-with-tag }}

.github/workflows/cloud_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
image-base-name: "dev_image_with_extras"
1616
build-release:
1717
name: Build Release
18-
runs-on: oracle-16cpu-64gb-x86-64
18+
runs-on: oracle-vm-16cpu-64gb-x86-64
1919
needs: get-dev-image
2020
container:
2121
image: ${{ needs.get-dev-image.outputs.image-with-tag }}

.github/workflows/operator_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
image-base-name: "dev_image_with_extras"
1616
build-release:
1717
name: Build Release
18-
runs-on: oracle-16cpu-64gb-x86-64
18+
runs-on: oracle-vm-16cpu-64gb-x86-64
1919
needs: get-dev-image
2020
container:
2121
image: ${{ needs.get-dev-image.outputs.image-with-tag }}

.github/workflows/vizier_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
image-base-name: "dev_image_with_extras"
1616
build-release:
1717
name: Build Release
18-
runs-on: oracle-16cpu-64gb-x86-64
18+
runs-on: oracle-vm-16cpu-64gb-x86-64
1919
needs: get-dev-image
2020
container:
2121
image: ${{ needs.get-dev-image.outputs.image-with-tag }}

0 commit comments

Comments
 (0)