We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6b9a9 commit 4bf44ebCopy full SHA for 4bf44eb
.github/workflows/build.yml
@@ -41,7 +41,11 @@ jobs:
41
42
- name: "Linux"
43
id: linux
44
- os: ubuntu-latest
+ 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
49
executable: 'geode'
50
# some stupid old ubuntu versions cant install libssl3
51
prebuild: 'export OPENSSL_STATIC=1'
0 commit comments