Skip to content

Commit 2dcd43d

Browse files
committed
chore(ci): switch to public runners for base images
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 867db3f commit 2dcd43d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/image.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ffmpeg: 'true'
4646
base-image: "rocm/dev-ubuntu-22.04:6.1"
4747
grpc-base-image: "ubuntu:22.04"
48-
runs-on: 'arc-runner-set'
48+
runs-on: 'ubuntu-latest'
4949
makeflags: "--jobs=3 --output-sync=target"
5050
latest-image: 'latest-gpu-hipblas'
5151
aio: "-aio-gpu-hipblas"
@@ -84,7 +84,7 @@ jobs:
8484
tag-suffix: ''
8585
ffmpeg: 'true'
8686
base-image: "ubuntu:22.04"
87-
runs-on: 'arc-runner-set'
87+
runs-on: 'ubuntu-latest'
8888
aio: "-aio-cpu"
8989
latest-image: 'latest-cpu'
9090
latest-image-aio: 'latest-aio-cpu'
@@ -97,7 +97,7 @@ jobs:
9797
tag-latest: 'false'
9898
tag-suffix: '-cublas-cuda11'
9999
ffmpeg: 'true'
100-
runs-on: 'arc-runner-set'
100+
runs-on: 'ubuntu-latest'
101101
base-image: "ubuntu:22.04"
102102
makeflags: "--jobs=4 --output-sync=target"
103103
skip-drivers: 'false'
@@ -111,7 +111,7 @@ jobs:
111111
tag-latest: 'false'
112112
tag-suffix: '-cublas-cuda12'
113113
ffmpeg: 'true'
114-
runs-on: 'arc-runner-set'
114+
runs-on: 'ubuntu-latest'
115115
base-image: "ubuntu:22.04"
116116
skip-drivers: 'false'
117117
makeflags: "--jobs=4 --output-sync=target"
@@ -123,7 +123,7 @@ jobs:
123123
tag-latest: 'false'
124124
tag-suffix: '-vulkan'
125125
ffmpeg: 'true'
126-
runs-on: 'arc-runner-set'
126+
runs-on: 'ubuntu-latest'
127127
base-image: "ubuntu:22.04"
128128
skip-drivers: 'false'
129129
makeflags: "--jobs=4 --output-sync=target"
@@ -137,7 +137,7 @@ jobs:
137137
grpc-base-image: "ubuntu:22.04"
138138
tag-suffix: '-sycl-f16'
139139
ffmpeg: 'true'
140-
runs-on: 'arc-runner-set'
140+
runs-on: 'ubuntu-latest'
141141
makeflags: "--jobs=3 --output-sync=target"
142142
latest-image: 'latest-gpu-intel-f16'
143143
aio: "-aio-gpu-intel-f16"
@@ -149,7 +149,7 @@ jobs:
149149
grpc-base-image: "ubuntu:22.04"
150150
tag-suffix: '-sycl-f32'
151151
ffmpeg: 'true'
152-
runs-on: 'arc-runner-set'
152+
runs-on: 'ubuntu-latest'
153153
makeflags: "--jobs=3 --output-sync=target"
154154
latest-image: 'latest-gpu-intel-f32'
155155
aio: "-aio-gpu-intel-f32"

0 commit comments

Comments
 (0)