Skip to content

Commit aeb674c

Browse files
committed
CI: Add Ubuntu 24, update upload-artifact action to v4
Signed-off-by: Lars Froehlich <lars.froehlich@desy.de>
1 parent 260a7ba commit aeb674c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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: |
@@ -68,7 +68,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)