Use older ubuntu runner for older glibc version

This commit is contained in:
Joscha 2025-05-31 15:08:24 +02:00
parent 67e77c8880
commit 2ca6190d97
2 changed files with 4 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- ubuntu-latest - ubuntu-22.04
- windows-latest - windows-latest
- macos-latest - macos-latest
- macos-13 - macos-13
@ -59,11 +59,11 @@ jobs:
- name: Zip artifacts - name: Zip artifacts
run: | run: |
chmod +x cove-ubuntu-latest/cove chmod +x cove-ubuntu-22.04/cove
chmod +x cove-windows-latest/cove.exe chmod +x cove-windows-latest/cove.exe
chmod +x cove-macos-latest/cove chmod +x cove-macos-latest/cove
chmod +x cove-macos-13/cove chmod +x cove-macos-13/cove
zip -jr "cove-$(cat cove-ubuntu-latest/host).zip" cove-ubuntu-latest/cove zip -jr "cove-$(cat cove-ubuntu-22.04/host).zip" cove-ubuntu-22.04/cove
zip -jr "cove-$(cat cove-windows-latest/host).zip" cove-windows-latest/cove.exe zip -jr "cove-$(cat cove-windows-latest/host).zip" cove-windows-latest/cove.exe
zip -jr "cove-$(cat cove-macos-latest/host).zip" cove-macos-latest/cove zip -jr "cove-$(cat cove-macos-latest/host).zip" cove-macos-latest/cove
zip -jr "cove-$(cat cove-macos-13/host).zip" cove-macos-13/cove zip -jr "cove-$(cat cove-macos-13/host).zip" cove-macos-13/cove

View file

@ -18,6 +18,7 @@ Procedure when bumping the version number:
### Changed ### Changed
- Display emoji user id hashes in the nick list - Display emoji user id hashes in the nick list
- Compile linux binary with older glibc version
## v0.9.3 - 2025-05-31 ## v0.9.3 - 2025-05-31