Skip to content

Commit 7cab4db

Browse files
committed
actions: depends: update darwin hosts
1 parent ad4c080 commit 7cab4db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/depends.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
- name: "x86_64 Linux"
4343
host: "x86_64-unknown-linux-gnu"
4444
- name: "Cross-Mac x86_64"
45-
host: "x86_64-apple-darwin11"
45+
host: "x86_64-apple-darwin"
4646
packages: "clang"
4747
- name: "Cross-Mac aarch64"
48-
host: "aarch64-apple-darwin11"
48+
host: "arm64-apple-darwin"
4949
packages: "clang"
5050
- name: "x86_64 Freebsd"
5151
host: "x86_64-unknown-freebsd"

0 commit comments

Comments
 (0)