Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #19216 from lnicola/ubuntu-22.04
internal: Downgrade to ubuntu-22.04 for aarch64 and arm builds
Laurențiu Nicola 2025-02-24
parent b766506 · parent 74e7718 · commit e41d21e
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index fe090267dc..5159ffc8fe 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -38,10 +38,10 @@ jobs:
target: x86_64-unknown-linux-gnu
code-target: linux-x64
container: rockylinux:8
- - os: ubuntu-latest
+ - os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
code-target: linux-arm64
- - os: ubuntu-latest
+ - os: ubuntu-22.04
target: arm-unknown-linux-gnueabihf
code-target: linux-armhf
- os: macos-13