Skip to content

Commit 1b1a403

Browse files
Change linux-arm64-packages build to use 2-core-ubuntu-arm for better availability (facebookresearch#3410)
Summary: Pull Request resolved: facebookresearch#3410 Migration to GitHub Actions Reviewed By: junjieqi Differential Revision: D56921925 fbshipit-source-id: 64e7a636b47d828110a6d413c8645e5343b578cb
1 parent 7b8b981 commit 1b1a403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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/checkout@v4.1.1

0 commit comments

Comments
 (0)