Skip to content

Commit e31cfc2

Browse files
authored
Merge pull request #323 from korpling/ubuntu-version-in-deploy
Use ubuntu 22.04 to compile C lbrary relases
2 parents 31c1dc5 + 6fd181c commit e31cfc2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release_capi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: Append C-API artifact to latest release
1212
jobs:
1313
deploy_linux_binaries:
1414
if: ${{ github.event.action == 'completed' || github.event.label.name == 'test-release-process' || (github.event_name == 'release' && github.event.action == 'published') }}
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
env:
1717
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
steps:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
### Changed
9+
10+
- Compile releases of the C-library on Ubuntu 22.04 instead of 20.04, which means the minimal
11+
GLIBC version is 2.35. This is necessary, since GitHub actions deprecated this
12+
Ubuntu version.
13+
814
### Added
915

1016
- New optional `file` option for the `[logging]` section in the webservice

0 commit comments

Comments
 (0)