We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4c080 commit 7cab4dbCopy full SHA for 7cab4db
.github/workflows/depends.yml
@@ -42,10 +42,10 @@ jobs:
42
- name: "x86_64 Linux"
43
host: "x86_64-unknown-linux-gnu"
44
- name: "Cross-Mac x86_64"
45
- host: "x86_64-apple-darwin11"
+ host: "x86_64-apple-darwin"
46
packages: "clang"
47
- name: "Cross-Mac aarch64"
48
- host: "aarch64-apple-darwin11"
+ host: "arm64-apple-darwin"
49
50
- name: "x86_64 Freebsd"
51
host: "x86_64-unknown-freebsd"
0 commit comments