Skip to content

Commit

Permalink
Upgrade supported opensuse/leap:15.6
Browse files Browse the repository at this point in the history
15.2 is having issues with nodejs and glibc

/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node

Closes #274
  • Loading branch information
jbaldwin committed Aug 2, 2024
1 parent 5697678 commit 8463165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .githooks/readme-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ Transfer/sec: 18.33MB

* ubuntu:20.04, 22.04
* fedora:32-40
* openSUSE/leap:15.2
* openSUSE/leap:15.6
* Windows 2022
* Emscripten 3.1.45
* MacOS 12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-opensuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
cxx_standard: [20]
libcoro_feature_networking: [ {enabled: ON, tls: ON} ]
container:
image: opensuse/leap:15.2
image: opensuse/leap:15.6
steps:
- name: zypper
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ Transfer/sec: 18.33MB

* ubuntu:20.04, 22.04
* fedora:32-40
* openSUSE/leap:15.2
* openSUSE/leap:15.6
* Windows 2022
* Emscripten 3.1.45
* MacOS 12
Expand Down

0 comments on commit 8463165

Please sign in to comment.