Skip to content

Commit 4bf44eb

Browse files
authored
use ubuntu 22.04 to build linux cli
1 parent aa6b9a9 commit 4bf44eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ jobs:
4141

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

0 commit comments

Comments
 (0)