We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb3b6d commit 554fc8eCopy full SHA for 554fc8e
.github/workflows/build-disk.yml
@@ -25,7 +25,7 @@ concurrency:
25
jobs:
26
build:
27
name: Build ISO
28
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest-m #ubuntu-24.04
29
permissions:
30
contents: write
31
packages: read
.github/workflows/build.yml
@@ -30,7 +30,7 @@ concurrency:
build_push:
32
name: Build and push image
33
34
35
36
contents: read
0 commit comments