File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 name : Build and Tests
2929 strategy :
3030 matrix :
31- os : [ ubuntu-20.04, ubuntu-22.04 ]
31+ os : [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
3232 runs-on : ${{ matrix.os }}
3333 steps :
3434 - run : |
6868 run : ./meson.py test -C build.release
6969
7070 - name : Save error logs
71- uses : actions/upload-artifact@v3
71+ uses : actions/upload-artifact@v4
7272 if : ${{ always() && steps.buildnormal.outcome == 'failure' }}
7373 with :
7474 name : Meson-logs-${{ matrix.os }}
7979 run : ./meson.py test -C build.asan
8080
8181 - name : Save error logs
82- uses : actions/upload-artifact@v3
82+ uses : actions/upload-artifact@v4
8383 if : ${{ always() && steps.buildasan.outcome == 'failure' }}
8484 with :
8585 name : Meson-logs-${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments