Skip to content

Commit

Permalink
build on latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubfi committed Jun 24, 2024
1 parent 072a8ef commit 8c9616f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-latest ]
compiler:
- { compiler: GNU10, CC: gcc-10, CXX: g++-10, packages: gcc-10 g++-10 }
- { compiler: LLVM12, CC: clang-12, CXX: clang++-12, packages: clang-12 libomp-12-dev libclang-common-12-dev llvm-12-dev clang++-12 libc++-12-dev libc++1-12 libc++abi1-12 lld-12 }
Expand Down

0 comments on commit 8c9616f

Please sign in to comment.