Skip to content

Commit e45db49

Browse files
committed
Larger runner
1 parent 42ea90e commit e45db49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-disk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ concurrency:
3636
jobs:
3737
build:
3838
name: Build disk images
39-
runs-on: ${{ inputs.platform == 'amd64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }}
39+
runs-on: ${{ inputs.platform == 'amd64' && 'ubuntu-latest-m' || 'ubuntu-24.04-arm' }}
4040
strategy:
4141
fail-fast: false
4242
matrix:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
build_push:
3030
name: Build and push image
31-
runs-on: ubuntu-24.04
31+
runs-on: ubuntu-latest-m
3232

3333
permissions:
3434
contents: read

0 commit comments

Comments
 (0)