Skip to content

Commit e4776bb

Browse files
committed
use debian runner
1 parent 19f0dd3 commit e4776bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
docker tag discourse/base:2.0.${{ env.TIMESTAMP }}-main-${{ matrix.arch }} discourse/base:aarch64
158158
docker push discourse/base:aarch64
159159
ruby_3_4:
160-
runs-on: ubuntu-24.04${{ ((github.event_name != 'schedule') && '-8core') || '' }}
160+
runs-on: debian-12-8core
161161
timeout-minutes: 30
162162
needs: base
163163
steps:

0 commit comments

Comments
 (0)