Skip to content

Commit bc16ad6

Browse files
authoredAug 9, 2024
Merge pull request #592 from zigbee-alliance/fix/mac-release
Fix macos version/runner
2 parents 64643d9 + e0b495f commit bc16ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
fi
9090
if [[ -z "$asset_macos_tgz_url" ]]; then
9191
# bin, service file and deploy script are not considered for macos job
92-
included+=("macos-11|-||-|-|-|.macos.tar.gz")
92+
included+=("macos-14|-||-|-|-|.macos.tar.gz")
9393
fi
9494
9595
matrix_os="$(jq -ncR '

0 commit comments

Comments
 (0)
Please sign in to comment.