File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
16
16
17
17
jobs :
18
18
build :
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-24.04
20
20
21
21
steps :
22
22
- name : Post review comments
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
14
14
jobs :
15
15
review :
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-24.04
17
17
18
18
steps :
19
19
- name : Checkout PR branch
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
22
22
fail-fast : false
23
23
matrix :
24
24
include :
25
- - name : ubu22
26
- os : ubuntu-22 .04
25
+ - name : ubu24
26
+ os : ubuntu-24 .04
27
27
micromamba_shell_init : bash
28
- - name : ubu22 -analyzers
29
- os : ubuntu-22 .04
28
+ - name : ubu24 -analyzers
29
+ os : ubuntu-24 .04
30
30
coverage : true
31
31
extra_cmake_flags : -DCMAKE_BUILD_TYPE=Debug
32
32
micromamba_shell_init : bash
@@ -181,7 +181,7 @@ jobs:
181
181
182
182
emscripten_wasm :
183
183
184
- runs-on : ubuntu-22 .04
184
+ runs-on : ubuntu-24 .04
185
185
186
186
strategy :
187
187
fail-fast : false
Original file line number Diff line number Diff line change @@ -95,4 +95,4 @@ namespace xcpp
95
95
return interp_ptr;
96
96
}
97
97
98
- }
98
+ }
You can’t perform that action at this time.
0 commit comments