File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,18 +43,17 @@ jobs:
4343 fail-fast : false
4444 matrix :
4545 job :
46- - { target: aarch64-unknown-linux-gnu, os: ubuntu-24.04 }
47- - { target: arm-unknown-linux-gnueabihf, os: ubuntu-24.04 }
46+ # https://github.com/actions/runner-images
47+ # Linux
4848 - { target: arm-unknown-linux-musleabihf, os: ubuntu-24.04 }
49- - { target: i686-pc-windows-msvc, os: windows-2022 }
50- - { target: i686-unknown-linux-gnu, os: ubuntu-24.04 }
49+ - { target: x86_64-unknown-linux-musl, os: ubuntu-24.04 }
5150 - { target: i686-unknown-linux-musl, os: ubuntu-24.04 }
52- - { target: x86_64-apple-darwin, os: macos-13 }
51+ # OS X
5352 - { target: aarch64-apple-darwin, os: macos-14 }
53+ # Windows
54+ - { target: i686-pc-windows-msvc, os: windows-2022 }
5455 - { target: x86_64-pc-windows-gnu, os: windows-2022 }
5556 - { target: x86_64-pc-windows-msvc, os: windows-2022 }
56- - { target: x86_64-unknown-linux-gnu, os: ubuntu-24.04 }
57- - { target: x86_64-unknown-linux-musl, os: ubuntu-24.04 }
5857 env :
5958 BUILD_CMD : cargo
6059 steps :
You can’t perform that action at this time.
0 commit comments