Skip to content

Commit 08f62b4

Browse files
committed
Use CNCF hosted runners
Signed-off-by: Jussi Nummelin <[email protected]>
1 parent 687ef8d commit 08f62b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/capi-smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
capi-smokes:
1515
name: "${{ inputs.smoke-suite }} :: ${{ inputs.k0s-version }}"
16-
runs-on: ubuntu-22.04-8core
16+
runs-on: oracle-vm-16cpu-64gb-x86-64
1717

1818
steps:
1919
- name: Check out code into the Go module directory

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
smoketest:
9090
name: Smoke test
9191
needs: build
92-
runs-on: ubuntu-22.04-8core
92+
runs-on: oracle-vm-16cpu-64gb-x86-64
9393
strategy:
9494
fail-fast: false
9595
matrix:
@@ -175,7 +175,7 @@ jobs:
175175
e2e:
176176
name: E2E test
177177
needs: build
178-
runs-on: ubuntu-22.04-8core
178+
runs-on: oracle-vm-16cpu-64gb-x86-64
179179
strategy:
180180
fail-fast: false
181181
matrix:

0 commit comments

Comments
 (0)