Skip to content

Commit

Permalink
use ubuntu 22.04 to build linux cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton authored Dec 9, 2024
1 parent aa6b9a9 commit 4bf44eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ jobs:

- name: "Linux"
id: linux
os: ubuntu-latest
os: ubuntu-22.04
# ubuntu-latest is currently a mix of 22.04 and 24.04
# so we are not able to use that until January 17, 2025 at least
# if we want compatibility with said version on GH actions
# see also https://github.com/actions/runner-images/issues/10636
executable: 'geode'
# some stupid old ubuntu versions cant install libssl3
prebuild: 'export OPENSSL_STATIC=1'
Expand Down

0 comments on commit 4bf44eb

Please sign in to comment.