Skip to content

Commit

Permalink
Update ci Ubuntu to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored and vgvassilev committed May 16, 2024
1 parent 45fc609 commit f20af56
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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 @@ -181,7 +181,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;
}

}
}

0 comments on commit f20af56

Please sign in to comment.