Skip to content

Commit

Permalink
Merge pull request #592 from zigbee-alliance/fix/mac-release
Browse files Browse the repository at this point in the history
Fix macos version/runner
  • Loading branch information
ashcherbakov authored Aug 9, 2024
2 parents 64643d9 + e0b495f commit bc16ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
fi
if [[ -z "$asset_macos_tgz_url" ]]; then
# bin, service file and deploy script are not considered for macos job
included+=("macos-11|-||-|-|-|.macos.tar.gz")
included+=("macos-14|-||-|-|-|.macos.tar.gz")
fi
matrix_os="$(jq -ncR '
Expand Down

0 comments on commit bc16ad6

Please sign in to comment.