Skip to content

Commit 6f5aecd

Browse files
Fixed Ubuntu arm build pipeline (#245)
1 parent 317d3c9 commit 6f5aecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ jobs:
370370

371371
build_linux_arm64:
372372
name: Build app (linux-arm64)
373-
runs-on: ubuntu-latest
373+
runs-on: ubuntu-22.04
374374
needs: read_metadata
375375
env:
376376
SKIP: false # allows disabling this long-running job temporarily

0 commit comments

Comments
 (0)