Skip to content

Commit 8441c53

Browse files
Change linux-arm64-packages build to use 2-core-ubuntu-arm for better availability
Summary: Migration to GitHub Actions Differential Revision: D56921925
1 parent 7b8b981 commit 8441c53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
label: main
104104
linux-arm64-packages:
105105
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
106-
runs-on: 4-core-arm
106+
runs-on: 2-core-ubuntu-arm
107107
steps:
108108
- name: Checkout
109109
uses: actions/[email protected]

0 commit comments

Comments
 (0)