Skip to content

Commit e41d21e

Browse files
authored
Merge pull request #19216 from lnicola/ubuntu-22.04
internal: Downgrade to ubuntu-22.04 for aarch64 and arm builds
2 parents b766506 + 74e7718 commit e41d21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
target: x86_64-unknown-linux-gnu
3939
code-target: linux-x64
4040
container: rockylinux:8
41-
- os: ubuntu-latest
41+
- os: ubuntu-22.04
4242
target: aarch64-unknown-linux-gnu
4343
code-target: linux-arm64
44-
- os: ubuntu-latest
44+
- os: ubuntu-22.04
4545
target: arm-unknown-linux-gnueabihf
4646
code-target: linux-armhf
4747
- os: macos-13

0 commit comments

Comments
 (0)