Skip to content

Commit 554fc8e

Browse files
committed
larger runners
1 parent dbb3b6d commit 554fc8e

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
@@ -25,7 +25,7 @@ concurrency:
2525
jobs:
2626
build:
2727
name: Build ISO
28-
runs-on: ubuntu-24.04
28+
runs-on: ubuntu-latest-m #ubuntu-24.04
2929
permissions:
3030
contents: write
3131
packages: read

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030
jobs:
3131
build_push:
3232
name: Build and push image
33-
runs-on: ubuntu-24.04
33+
runs-on: ubuntu-latest-m #ubuntu-24.04
3434

3535
permissions:
3636
contents: read

0 commit comments

Comments
 (0)