Skip to content

Commit aecdeee

Browse files
authored
use ubuntu 22.04 (#61)
1 parent 2de2045 commit aecdeee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ jobs:
1919
matrix:
2020
nif: ["2.16", "2.15"]
2121
job:
22-
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-24.04 , use-cross: true }
23-
- { target: aarch64-unknown-linux-gnu , os: ubuntu-24.04 , use-cross: true }
24-
- { target: aarch64-unknown-linux-musl , os: ubuntu-24.04 , use-cross: true }
22+
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-22.04 , use-cross: true }
23+
- { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
24+
- { target: aarch64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
2525
- { target: aarch64-apple-darwin , os: macos-14 }
26-
- { target: riscv64gc-unknown-linux-gnu , os: ubuntu-24.04 , use-cross: true }
26+
- { target: riscv64gc-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
2727
- { target: x86_64-apple-darwin , os: macOS-14 }
28-
- { target: x86_64-unknown-linux-gnu , os: ubuntu-24.04 }
29-
- { target: x86_64-unknown-linux-musl , os: ubuntu-24.04 , use-cross: true }
28+
- { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 }
29+
- { target: x86_64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
3030
- { target: x86_64-pc-windows-gnu , os: windows-2022 }
3131
- { target: x86_64-pc-windows-msvc , os: windows-2022 }
32-
- { target: x86_64-unknown-freebsd , os: ubuntu-24.04, use-cross: true, cross-version: v0.2.5 }
32+
- { target: x86_64-unknown-freebsd , os: ubuntu-22.04, use-cross: true, cross-version: v0.2.5 }
3333

3434
steps:
3535
- name: Checkout source code

0 commit comments

Comments
 (0)