Skip to content

Commit f973271

Browse files
authored
Merge pull request #1119 from elezar/use-public-runners
[no-relnote] Switch to public runners
2 parents 535e023 + 03e8b9e commit f973271

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636

3737
jobs:
3838
e2e-tests:
39-
runs-on: linux-amd64-cpu4
39+
runs-on: ubuntu-latest
4040
steps:
4141
- name: Check out code
4242
uses: actions/checkout@v4

.github/workflows/image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727

2828
jobs:
2929
packages:
30-
runs-on: linux-amd64-cpu4
30+
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
3333
target:
@@ -49,7 +49,7 @@ jobs:
4949
- ispr: true
5050
target: centos8-ppc64le
5151
fail-fast: false
52-
52+
5353
steps:
5454
- uses: actions/checkout@v4
5555
name: Check out code
@@ -76,7 +76,7 @@ jobs:
7676
path: ${{ github.workspace }}/dist/*
7777

7878
image:
79-
runs-on: linux-amd64-cpu4
79+
runs-on: ubuntu-latest
8080
strategy:
8181
matrix:
8282
dist:

0 commit comments

Comments
 (0)