Skip to content

Commit

Permalink
Fix linux runner arch (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbown authored Sep 27, 2024
1 parent 5d7cda2 commit dec6a29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:

build-linux:
runs-on: besu-arm64
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit dec6a29

Please sign in to comment.