We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64643d9 commit e0b495fCopy full SHA for e0b495f
.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
89
fi
90
if [[ -z "$asset_macos_tgz_url" ]]; then
91
# bin, service file and deploy script are not considered for macos job
92
- included+=("macos-11|-||-|-|-|.macos.tar.gz")
+ included+=("macos-14|-||-|-|-|.macos.tar.gz")
93
94
95
matrix_os="$(jq -ncR '
0 commit comments