Skip to content

Commit e828e7d

Browse files
committed
fix workflow
1 parent 013b3e1 commit e828e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
include:
2727
- { os: ubuntu-22.04, target: linux, platform: linux-x64 }
28-
- { os: ubuntu-22.04, target: linux, platform: linux-arm64 }
28+
- { os: ubuntu-24.04, target: linux, platform: linux-arm64 }
2929
- { os: macos-latest, target: darwin, platform: darwin-x64 }
3030
- { os: macos-latest, target: darwin, platform: darwin-arm64 }
3131
- { os: windows-latest, target: windows, platform: win32-ia32 }

0 commit comments

Comments
 (0)