Skip to content

Commit

Permalink
ci: fix to run on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fakedev9999 committed Jan 15, 2025
1 parent e982843 commit 362288f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/elf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ on:

jobs:
elf:
runs-on:
- runs-on
- runner=64cpu-linux-arm64
- run-id=${{ github.run_id }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 362288f

Please sign in to comment.