Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer works with ubuntu-latest #55

Closed
xlc opened this issue Nov 25, 2024 · 1 comment
Closed

No longer works with ubuntu-latest #55

xlc opened this issue Nov 25, 2024 · 1 comment

Comments

@xlc
Copy link

xlc commented Nov 25, 2024

https://github.com/open-web3-stack/boka/actions/runs/12002482061/job/33454525845?pr=224

/home/runner/work/_temp/63aa31d5-c7a1-488d-8705-d46b5796b696/swiftlint: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/runner/work/_temp/63aa31d5-c7a1-488d-8705-d46b5796b696/swiftlint)

change image to ubuntu-24.04 resolves the issue

@edigaryev
Copy link
Collaborator

edigaryev commented Nov 28, 2024

Seems to be an change in the latest 0.57.1 release of SwiftLint. Previous version works just fine:

steps:
  - uses: cirruslabs/swiftlint-action@v1
    with:
      version: 0.57.0

But using ubuntu-24.04 is probably a much better idea indeed!

Moreover, it'll be the default soon, so I'm going close this, but pin for anyone struggling with the same issue.

@edigaryev edigaryev pinned this issue Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants