File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 4141 was_added=1
4242 elif [[ "${target}" == "linux-aarch64" ]]; then
4343 [ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json
44- echo -n '{"os":"ubuntu-20 .04", "target": "linux-aarch64"}' >> /tmp/matrix.json
44+ echo -n '{"os":"ubuntu-24 .04-arm ", "target": "linux-aarch64"}' >> /tmp/matrix.json
4545 was_added=1
4646 elif [[ "${target}" == "windows" ]]; then
4747 [ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json
9393 run : |
9494 choco install openssl --version=3.4.1 -f -y --no-progress
9595
96- - name : Set up QEMU
97- if : matrix.target == 'linux-aarch64'
98- uses : docker/setup-qemu-action@v3
99- with :
100- platforms : all
101- image : ' docker.io/tonistiigi/binfmt:desktop-v8.1.5'
102-
10396 - name : Install Conan
10497 if : runner.os == 'Windows'
10598 uses : turtlebrowser/get-conan@main
You can’t perform that action at this time.
0 commit comments