File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616
1717jobs :
1818 build :
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-24.04
2020
2121 steps :
2222 - name : Post review comments
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 review :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04
1717
1818 steps :
1919 - name : Checkout PR branch
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -95,4 +95,4 @@ namespace xcpp
9595 return interp_ptr;
9696 }
9797
98- }
98+ }
You can’t perform that action at this time.
0 commit comments