Skip to content

Commit 1494f61

Browse files
committed
feat: correct OS version for ARM build configuration in build.yml
1 parent f6af706 commit 1494f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- os: ubuntu-latest
1616
runtime: linux-x64
1717
artifact: DevEnv-linux-x64
18-
- os: ubuntu-latest
18+
- os: ubuntu-24.04-arm
1919
runtime: linux-arm64
2020
artifact: DevEnv-linux-arm64
2121
- os: windows-latest

0 commit comments

Comments
 (0)