@@ -30,7 +30,7 @@ permissions:
3030jobs :
3131 initialize :
3232 runs-on :
33- - ubuntu-22 .04
33+ - ubuntu-24 .04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
3434
3535 outputs :
3636 RELEASE : ${{ steps.setuppush.outputs.RELEASE || steps.setupmanual.outputs.RELEASE }}
6565 strategy :
6666 matrix :
6767 os :
68- - ubuntu-22 .04 # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204 -Readme.md
68+ - ubuntu-24 .04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404 -Readme.md
6969
7070 runs-on : ${{ matrix.os }}
7171
@@ -122,10 +122,10 @@ jobs:
122122 make surelog/install
123123 make surelog/debian
124124
125- - name : Build - simview
126- run : |
127- make simview/install
128- make simview/debian
125+ # - name: Build - simview
126+ # run: |
127+ # make simview/install
128+ # make simview/debian
129129
130130 - name : Build - yosys
131131 run : |
@@ -157,7 +157,7 @@ jobs:
157157 strategy :
158158 matrix :
159159 os :
160- - ubuntu-22 .04 # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204 -Readme.md
160+ - ubuntu-24 .04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404 -Readme.md
161161
162162 runs-on : ${{ matrix.os }}
163163
@@ -277,15 +277,15 @@ jobs:
277277 if : ${{ needs.initialize.outputs.RELEASE == 'true' }}
278278
279279 steps :
280- - uses : actions/download-artifact@v4
280+ - uses : actions/download-artifact@v5
281281 with :
282282 name : artifact-deb
283283
284- - uses : actions/download-artifact@v4
284+ - uses : actions/download-artifact@v5
285285 with :
286286 name : artifact-deb-verible
287287
288- - uses : actions/download-artifact@v4
288+ - uses : actions/download-artifact@v5
289289 with :
290290 name : artifact-deb-surfer
291291
0 commit comments