Skip to content

Commit 0a5feb7

Browse files
committed
CI: Run on Ubuntu 24 instead of 22
[why] We want to use this library on Ubuntu 20 and 24, so it is unclear why we test it in the CI on 20 and 22 instead. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
1 parent 62f95ec commit 0a5feb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_run_tests.yml

Lines changed: 1 addition & 1 deletion
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-24.04 ]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- run: |

0 commit comments

Comments
 (0)