File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ name: Append C-API artifact to latest release
1212jobs :
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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments