Skip to content

Commit cf7cd37

Browse files
committed
build on ubuntu-24.04 for c++23 compatibility
1 parent 597ed83 commit cf7cd37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
# use oldest possible ubuntu version in order to avoid compatibility errors with libc
55-
os: [ubuntu-22.04, macos-15]
55+
os: [ubuntu-24.04, macos-15]
5656
fail-fast: false
5757
steps:
5858
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)