Skip to content

Commit

Permalink
chore: Run on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Feb 18, 2025
1 parent 5444d19 commit cc03b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push, pull_request, workflow_dispatch ]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The needed `reachabilty metadata` are in the [src/main/resources/META-INF/native

# JUST MAKE A FUCKING .EXE FILE AND GIVE IT TO ME

The running executable available in the [zip](https://mpalourdio.github.io/flhacker/flhacker.zip) is linux x86-64 only, built on `ubuntu-20.04` via `GitHub Actions`. So, it may not target your OS/CPU/libc architecture.
The running executable available in the [zip](https://mpalourdio.github.io/flhacker/flhacker.zip) is linux x86-64 only, built on `ubuntu-latest` via `GitHub Actions`. So, it may not target your OS/CPU/libc architecture.

The best way to be up-to-date is to clone the repo and compile the sources if you know what you are doing (or open an issue).

Expand Down

0 comments on commit cc03b86

Please sign in to comment.