Skip to content
Snippets Groups Projects
Unverified Commit 9670679b authored by Zubin's avatar Zubin
Browse files

fix darwin releases

parent 8a1dd71d
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ def job_triple(job):
'validate-x86_64-darwin': 'x86_64-apple-darwin',
'release-x86_64-darwin': 'x86_64-apple-darwin',
'validate-aarch64-darwin': 'x86_64-apple-darwin',
'release-aarch64-darwin': 'x86_64-apple-darwin',
'validate-aarch64-darwin': 'aarch64-apple-darwin',
'release-aarch64-darwin': 'aarch64-apple-darwin',
'release-x86_64-windows': 'x86_64-unknown-mingw32',
'release-x86_64-windows-integer-simple': 'x86_64-unknown-mingw32-integer-simple',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment