Skip to content

Commit f20af56

Browse files
mcbartonvgvassilev
authored andcommitted
Update ci Ubuntu to 24.04
1 parent 45fc609 commit f20af56

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

+1-1
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

+1-1
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

+5-5
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
@@ -181,7 +181,7 @@ jobs:
181181

182182
emscripten_wasm:
183183

184-
runs-on: ubuntu-22.04
184+
runs-on: ubuntu-24.04
185185

186186
strategy:
187187
fail-fast: false

src/xutils.cpp

+1-1
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)