Skip to content

Commit d7447eb

Browse files
authored
Update ci Ubuntu to 24.04
1 parent d203fdf commit d7447eb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/clang-tidy-review-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
build:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-24.04
2020

2121
steps:
2222
- name: Post review comments

.github/workflows/clang-tidy-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
review:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717

1818
steps:
1919
- name: Checkout PR branch

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25-
- name: ubu22
26-
os: ubuntu-22.04
25+
- name: ubu24
26+
os: ubuntu-24.04
2727
micromamba_shell_init: bash
28-
- name: ubu22-analyzers
29-
os: ubuntu-22.04
28+
- name: ubu24-analyzers
29+
os: ubuntu-24.04
3030
coverage: true
3131
extra_cmake_flags: -DCMAKE_BUILD_TYPE=Debug
3232
micromamba_shell_init: bash
@@ -149,7 +149,7 @@ jobs:
149149

150150
emscripten_wasm:
151151

152-
runs-on: ubuntu-22.04
152+
runs-on: ubuntu-24.04
153153

154154
strategy:
155155
fail-fast: false

src/xutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ namespace xcpp
9595
return interp_ptr;
9696
}
9797

98-
}
98+
}

0 commit comments

Comments
 (0)