Skip to content

Commit

Permalink
Merge branch 'main' into ma/reduce-unnecessary-arm-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancient123 authored Oct 29, 2024
2 parents 6d29a94 + 7d7bf11 commit 8914e24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
build-arm:
if: github.event_name != 'pull_request'
runs-on: buildjet-16vcpu-ubuntu-2204-arm
runs-on: buildjet-8vcpu-ubuntu-2204-arm
env:
CARGO_BUILD_JOBS: '6'
steps:
- name: Fix submodule permissions check
run: |
Expand Down

0 comments on commit 8914e24

Please sign in to comment.