@@ -21,16 +21,16 @@ jobs:
2121 matrix :
2222 nif : ["2.15", "2.16"]
2323 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 }
3434
3535 steps :
3636 - name : Checkout source code
0 commit comments