We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64643d9 + e0b495f commit bc16ad6Copy full SHA for bc16ad6
.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