Skip to content

Commit

Permalink
Restore verify-rc-source-*-macos-amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 25, 2024
1 parent 0fd2ed8 commit c619193
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,20 @@ tasks:
github_runner: "macos-13"
{% endfor %}

{% for target in ["cpp",
"csharp",
"integration",
"js",
"python",
"ruby"] %}
verify-rc-source-{{ target }}-macos-amd64:
ci: github
template: verify-rc/github.macos.yml
params:
target: {{ target }}
github_runner: "macos-13"
{% endfor %}

{% for target in ["cpp",
"csharp",
"integration",
Expand Down

0 comments on commit c619193

Please sign in to comment.