From 6255ab537b41cff6a8a978d22d308c01b6728b13 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Mon, 21 Jul 2025 15:48:17 +0300 Subject: [PATCH] use ubuntu 22.04 --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f135110..e062e53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,17 +19,17 @@ jobs: matrix: nif: ["2.16", "2.15"] job: - - { target: arm-unknown-linux-gnueabihf , os: ubuntu-24.04 , use-cross: true } - - { target: aarch64-unknown-linux-gnu , os: ubuntu-24.04 , use-cross: true } - - { target: aarch64-unknown-linux-musl , os: ubuntu-24.04 , use-cross: true } + - { target: arm-unknown-linux-gnueabihf , os: ubuntu-22.04 , use-cross: true } + - { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true } + - { target: aarch64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true } - { target: aarch64-apple-darwin , os: macos-14 } - - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-24.04 , use-cross: true } + - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true } - { target: x86_64-apple-darwin , os: macOS-14 } - - { target: x86_64-unknown-linux-gnu , os: ubuntu-24.04 } - - { target: x86_64-unknown-linux-musl , os: ubuntu-24.04 , use-cross: true } + - { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 } + - { target: x86_64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true } - { target: x86_64-pc-windows-gnu , os: windows-2022 } - { target: x86_64-pc-windows-msvc , os: windows-2022 } - - { target: x86_64-unknown-freebsd , os: ubuntu-24.04, use-cross: true, cross-version: v0.2.5 } + - { target: x86_64-unknown-freebsd , os: ubuntu-22.04, use-cross: true, cross-version: v0.2.5 } steps: - name: Checkout source code