Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Post review comments
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
review:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout PR branch
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
fail-fast: false
matrix:
include:
- name: ubu22
os: ubuntu-22.04
- name: ubu24
os: ubuntu-24.04
micromamba_shell_init: bash
- name: ubu22-analyzers
os: ubuntu-22.04
- name: ubu24-analyzers
os: ubuntu-24.04
coverage: true
extra_cmake_flags: -DCMAKE_BUILD_TYPE=Debug
micromamba_shell_init: bash
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

emscripten_wasm:

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion src/xutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ namespace xcpp
return interp_ptr;
}

}
}