@@ -19,17 +19,17 @@ jobs:
19
19
matrix :
20
20
nif : ["2.16", "2.15"]
21
21
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 }
25
25
- { 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 }
27
27
- { 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 }
30
30
- { target: x86_64-pc-windows-gnu , os: windows-2022 }
31
31
- { 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 }
33
33
34
34
steps :
35
35
- name : Checkout source code
0 commit comments