File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,12 @@ jobs:
5858 fail-fast : false
5959 matrix :
6060 job :
61- - { target: i686-pc-windows-msvc, os: windows-latest }
62- - { target: x86_64-pc-windows-msvc, os: windows-latest }
63- - { target: aarch64-apple-darwin, os: macos-latest }
64- - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
61+ - { target: i686-pc-windows-msvc, os: windows-latest }
62+ - { target: x86_64-pc-windows-msvc, os: windows-latest }
63+ - { target: aarch64-apple-darwin, os: macos-latest }
64+ - { target: x86_64-apple-darwin, os: macos-13 }
65+ - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
66+ - { target: aarch64-unknown-linux-gnu, os: ubuntu-24.04-arm }
6567 steps :
6668 - name : Checkout source code
6769 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments