Skip to content

Commit b59a4b7

Browse files
committed
chore: ubuntu arm only available in public repo
1 parent a4ce607 commit b59a4b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
fi
164164
165165
build:
166-
name: Build-Rslint-Binaries
166+
name: Build-Binaries
167167
strategy:
168168
fail-fast: false
169169
matrix:
@@ -184,7 +184,7 @@ jobs:
184184
node_arch: x64
185185
node_os: linux
186186
- goos: linux
187-
runs_on: ubuntu-24.04-arm
187+
runs_on: ubuntu-latest
188188
goarch: arm64
189189
node_arch: arm64
190190
node_os: linux

0 commit comments

Comments
 (0)