Skip to content

Commit be4828d

Browse files
rucoderrene
authored andcommitted
GHA: fix runs-on labels for ARM64 self-hosted runners
Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
1 parent 7b92973 commit be4828d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
build:
16-
runs-on: self-hosted
16+
runs-on: [runner-xl, Linux]
1717

1818
steps:
1919
- name: Set sanitized branch name

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
build:
14-
runs-on: self-hosted
14+
runs-on: [runner-xl, Linux]
1515

1616
steps:
1717
- name: Checkout code

0 commit comments

Comments
 (0)