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 41
41
was_added=1
42
42
elif [[ "${target}" == "linux-aarch64" ]]; then
43
43
[ -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
45
45
was_added=1
46
46
elif [[ "${target}" == "windows" ]]; then
47
47
[ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json
93
93
run : |
94
94
choco install openssl --version=3.4.1 -f -y --no-progress
95
95
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
-
103
96
- name : Install Conan
104
97
if : runner.os == 'Windows'
105
98
uses : turtlebrowser/get-conan@main
You can’t perform that action at this time.
0 commit comments