We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ea90e commit e45db49Copy full SHA for e45db49
.github/workflows/build-disk.yml
@@ -36,7 +36,7 @@ concurrency:
36
jobs:
37
build:
38
name: Build disk images
39
- runs-on: ${{ inputs.platform == 'amd64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }}
+ runs-on: ${{ inputs.platform == 'amd64' && 'ubuntu-latest-m' || 'ubuntu-24.04-arm' }}
40
strategy:
41
fail-fast: false
42
matrix:
.github/workflows/build.yml
@@ -28,7 +28,7 @@ concurrency:
28
29
build_push:
30
name: Build and push image
31
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest-m
32
33
permissions:
34
contents: read
0 commit comments