Skip to content

Commit 9127f44

Browse files
committed
Try different group
1 parent 4aa8f5a commit 9127f44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prebuild.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
#if: startsWith(github.ref, 'refs/tags/')
3939
env:
4040
LMDB_DATA_V1: ${{ contains(github.ref, '-v1') }}
41-
runs-on: windows-arm64
41+
runs-on:
42+
label: windows-arm64
43+
group: arm64
4244
steps:
4345
- uses: actions/checkout@v3
4446
- name: Setup node

0 commit comments

Comments
 (0)