File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525jobs :
2626 build :
2727 name : Build ISO
28- runs-on : ubuntu-latest-m # ubuntu-24.04
28+ runs-on : ubuntu-latest-m
2929 permissions :
3030 contents : write
3131 packages : read
Original file line number Diff line number Diff line change 2121 IMAGE_REGISTRY : " ghcr.io/${{ github.repository_owner }}"
2222 DEFAULT_TAG : " latest"
2323 FEDORA_VERSION : " 43"
24- AKMODS_FLAVOR : " coreos-stable "
24+ AKMODS_FLAVOR : " main "
2525
2626concurrency :
2727 group : ${{ github.workflow }}-${{ github.ref || github.run_id }}
@@ -30,7 +30,7 @@ concurrency:
3030jobs :
3131 build_push :
3232 name : Build and push image
33- runs-on : ubuntu-latest-m # ubuntu-24.04
33+ runs-on : ubuntu-latest-m
3434
3535 permissions :
3636 contents : read
You can’t perform that action at this time.
0 commit comments