Skip to content

Commit feedc8a

Browse files
authored
fix: linux arm64 workflow packaging OS is 'ubuntu-24.04-arm' (#157)
1 parent 2ded003 commit feedc8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
maven_profile: os:linux-amd64,jar:built-in-small
3535
asset_suffix: linux-amd64
3636
package_type: unbundled
37-
- os: ubuntu-latest
37+
- os: ubuntu-24.04-arm
3838
maven_profile: os:linux-arm64,jar:built-in-small
3939
asset_suffix: linux-arm64
4040
package_type: unbundled
@@ -51,7 +51,7 @@ jobs:
5151
maven_profile: os:linux-amd64,jar:built-in-small
5252
asset_suffix: linux-amd64
5353
package_type: bundled
54-
- os: ubuntu-latest
54+
- os: ubuntu-24.04-arm
5555
maven_profile: os:linux-arm64,jar:built-in-small
5656
asset_suffix: linux-arm64
5757
package_type: bundled

0 commit comments

Comments
 (0)