Skip to content

Commit

Permalink
chore(ci): bump e2e-tests CI to ubuntu 24.04.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Jan 31, 2025
1 parent 68f966b commit bb4321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
cmake_opts: -DUSE_BUNDLED_DEPS=True
- name: asan
cmake_opts: -DUSE_BUNDLED_DEPS=True -DCMAKE_C_FLAGS=-fsanitize=address -DCMAKE_CXX_FLAGS=-fsanitize=address
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Install deps ⛓️
run: |
Expand Down

0 comments on commit bb4321f

Please sign in to comment.