@@ -18,14 +18,14 @@ jobs:
1818 matrix :
1919 nif : ["2.16", "2.15"]
2020 job :
21- - { target: arm-unknown-linux-gnueabihf , os: ubuntu-20 .04 , use-cross: true }
22- - { target: aarch64-unknown-linux-gnu , os: ubuntu-20 .04 , use-cross: true }
23- - { target: aarch64-unknown-linux-musl , os: ubuntu-20 .04 , use-cross: true }
24- - { target: aarch64-apple-darwin , os: macos-11 }
25- - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-20 .04 , use-cross: true }
26- - { target: x86_64-apple-darwin , os: macos-11 }
27- - { target: x86_64-unknown-linux-gnu , os: ubuntu-20 .04 }
28- - { target: x86_64-unknown-linux-musl , os: ubuntu-20 .04 , use-cross: true }
21+ - { target: arm-unknown-linux-gnueabihf , os: ubuntu-24 .04 , use-cross: true }
22+ - { target: aarch64-unknown-linux-gnu , os: ubuntu-24 .04-arm }
23+ - { target: aarch64-unknown-linux-musl , os: ubuntu-24 .04-arm }
24+ - { target: aarch64-apple-darwin , os: macos-13 }
25+ - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-24 .04 , use-cross: true }
26+ - { target: x86_64-apple-darwin , os: macos-13 }
27+ - { target: x86_64-unknown-linux-gnu , os: ubuntu-24 .04 }
28+ - { target: x86_64-unknown-linux-musl , os: ubuntu-24 .04 , use-cross: true }
2929 - { target: x86_64-pc-windows-gnu , os: windows-2019 }
3030 - { target: x86_64-pc-windows-msvc , os: windows-2019 }
3131
6262 project-dir : " native/meeseeks_html5ever_nif"
6363
6464 - name : Artifact upload
65- uses : actions/upload-artifact@v3
65+ uses : actions/upload-artifact@v4
6666 with :
6767 name : ${{ steps.build-crate.outputs.file-name }}
6868 path : ${{ steps.build-crate.outputs.file-path }}
0 commit comments