Skip to content

Commit

Permalink
Try different group
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Sep 13, 2024
1 parent 4aa8f5a commit 9127f44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
#if: startsWith(github.ref, 'refs/tags/')
env:
LMDB_DATA_V1: ${{ contains(github.ref, '-v1') }}
runs-on: windows-arm64
runs-on:
label: windows-arm64
group: arm64
steps:
- uses: actions/checkout@v3
- name: Setup node
Expand Down

0 comments on commit 9127f44

Please sign in to comment.