Skip to content

Commit

Permalink
ci: use ubuntu 24.04 for linux jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 2, 2024
1 parent 6b35c52 commit af2688e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
matrix:
config:
- name: Linux Clang
os: ubuntu-22.04
os: ubuntu-24.04
extra_options: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

- name: Linux GCC
os: ubuntu-22.04
os: ubuntu-24.04

- name: macOS Intel
os: macos-13
Expand Down

0 comments on commit af2688e

Please sign in to comment.