We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260a7ba commit aeb674cCopy full SHA for aeb674c
1 file changed
.github/workflows/build_and_run_tests.yml
@@ -28,7 +28,7 @@ jobs:
28
name: Build and Tests
29
strategy:
30
matrix:
31
- os: [ ubuntu-20.04, ubuntu-22.04 ]
+ os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
32
runs-on: ${{ matrix.os }}
33
steps:
34
- run: |
@@ -68,7 +68,7 @@ jobs:
68
run: ./meson.py test -C build.release
69
70
- name: Save error logs
71
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
72
if: ${{ always() && steps.buildnormal.outcome == 'failure' }}
73
with:
74
name: Meson-logs-${{ matrix.os }}
0 commit comments