File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1313 detect :
1414 permissions :
1515 contents : read
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04
1717 outputs :
1818 flavor : ${{ steps.set-matrix.outputs.flavor }}
1919 platform : ${{ steps.set-platform.outputs.platform }}
3434 contents : read
3535 needs :
3636 - detect
37- runs-on : ubuntu-latest
37+ runs-on : ubuntu-24.04
3838 env :
3939 PLATFORM : ${{ needs.detect.outputs.platform }}
4040 outputs :
Original file line number Diff line number Diff line change 1818 build-os :
1919 permissions :
2020 contents : read
21- runs-on : ubuntu-latest
21+ runs-on : ubuntu-24.04
2222 env :
2323 FLAVOR : ${{ inputs.flavor }}
2424 ARCH : x86_64
6464 contents : read
6565 needs :
6666 - build-os
67- runs-on : ubuntu-latest
67+ runs-on : ubuntu-24.04
6868 env :
6969 FLAVOR : ${{ inputs.flavor }}
7070 ARCH : x86_64
@@ -110,7 +110,7 @@ jobs:
110110 contents : read
111111 needs :
112112 - build-os
113- runs-on : ubuntu-latest
113+ runs-on : ubuntu-24.04
114114 env :
115115 FLAVOR : ${{ inputs.flavor }}
116116 ARCH : x86_64
@@ -161,7 +161,7 @@ jobs:
161161 detect :
162162 permissions :
163163 contents : read
164- runs-on : ubuntu-latest
164+ runs-on : ubuntu-24.04
165165 outputs :
166166 tests : ${{ steps.detect.outputs.tests }}
167167 steps :
@@ -181,7 +181,7 @@ jobs:
181181 needs :
182182 - build-disk
183183 - detect
184- runs-on : ubuntu-latest
184+ runs-on : ubuntu-24.04
185185 env :
186186 FLAVOR : ${{ inputs.flavor }}
187187 ARCH : x86_64
@@ -254,7 +254,7 @@ jobs:
254254 needs :
255255 - build-iso
256256 - detect
257- runs-on : ubuntu-latest
257+ runs-on : ubuntu-24.04
258258 env :
259259 FLAVOR : ${{ inputs.flavor }}
260260 ARCH : x86_64
Original file line number Diff line number Diff line change 1818 version :
1919 permissions :
2020 contents : read
21- runs-on : ubuntu-latest
21+ runs-on : ubuntu-24.04
2222 outputs :
2323 version : ${{ steps.version.outputs.version }}
2424 steps :
3939 contents : read
4040 needs :
4141 - version
42- runs-on : ubuntu-latest
42+ runs-on : ubuntu-24.04
4343 steps :
4444 - name : Cleanup
4545 run : |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 build :
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-24.04
1414 steps :
1515 - name : Checkout code
1616 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 99
1010jobs :
1111 build :
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-24.04
1313 env :
1414 HUGO_VERSION : 0.111.0
1515 steps :
5151 environment :
5252 name : github-pages
5353 url : ${{ steps.deployment.outputs.page_url }}
54- runs-on : ubuntu-latest
54+ runs-on : ubuntu-24.04
5555 needs : build
5656 if : github.ref == 'refs/heads/main' && github.event_name == 'push'
5757 steps :
Original file line number Diff line number Diff line change 1010 build-toolkit :
1111 permissions :
1212 packages : write
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-24.04
1414 env :
1515 PLATFORM : x86_64
1616 TOOLKIT_REPO : ghcr.io/${{github.repository}}/elemental-cli
Original file line number Diff line number Diff line change 1414 build-toolkit :
1515 permissions :
1616 packages : write
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-24.04
1818 env :
1919 TOOLKIT_REPO : ghcr.io/${{github.repository}}/elemental-cli
2020 REPO : ghcr.io/${{github.repository}}/elemental-${{ github.event.inputs.flavor }}
You can’t perform that action at this time.
0 commit comments