@@ -21,16 +21,16 @@ jobs:
21
21
matrix :
22
22
nif : ["2.15", "2.16"]
23
23
job :
24
- - { target: aarch64-apple-darwin, os: macos-12 }
25
- - { target: aarch64-unknown-linux-gnu, os: ubuntu-20 .04, use-cross: true }
26
- - { target: aarch64-unknown-linux-musl, os: ubuntu-20 .04, use-cross: true }
27
- - { target: arm-unknown-linux-gnueabihf, os: ubuntu-20 .04, use-cross: true }
28
- - { target: riscv64gc-unknown-linux-gnu, os: ubuntu-20 .04, use-cross: true }
29
- - { target: x86_64-apple-darwin, os: macos-12 }
30
- - { target: x86_64-pc-windows-gnu, os: windows-2019 }
31
- - { target: x86_64-pc-windows-msvc, os: windows-2019 }
32
- - { target: x86_64-unknown-linux-gnu, os: ubuntu-20 .04 }
33
- - { target: x86_64-unknown-linux-musl, os: ubuntu-20 .04, use-cross: true }
24
+ - { target: aarch64-apple-darwin, os: macos-13 }
25
+ - { target: aarch64-unknown-linux-gnu, os: ubuntu-22 .04, use-cross: true }
26
+ - { target: aarch64-unknown-linux-musl, os: ubuntu-22 .04, use-cross: true }
27
+ - { target: arm-unknown-linux-gnueabihf, os: ubuntu-22 .04, use-cross: true }
28
+ - { target: riscv64gc-unknown-linux-gnu, os: ubuntu-22 .04, use-cross: true }
29
+ - { target: x86_64-apple-darwin, os: macos-13 }
30
+ - { target: x86_64-pc-windows-gnu, os: windows-2022 }
31
+ - { target: x86_64-pc-windows-msvc, os: windows-2022 }
32
+ - { target: x86_64-unknown-linux-gnu, os: ubuntu-22 .04 }
33
+ - { target: x86_64-unknown-linux-musl, os: ubuntu-22 .04, use-cross: true }
34
34
35
35
steps :
36
36
- name : Checkout source code
0 commit comments