Skip to content

Commit

Permalink
prover: try to fix native libs arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnovais committed Dec 12, 2024
1 parent 708711b commit e9e8b1b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:

build-linux:
runs-on: [self-hosted, ubuntu-20.04, X64, small]
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-small
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
release_artefacts:
name: Release artefacts
needs: [ build-linux, build-linux-arm64, build-mac-os]
runs-on: [self-hosted, ubuntu-20.04, ARM64, small]
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-small
steps:
- name: Load cached binaries
uses: actions/download-artifact@v4
Expand Down

0 comments on commit e9e8b1b

Please sign in to comment.