Skip to content

Commit e0b495f

Browse files
committed
Fix macos version/runner
1 parent 64643d9 commit e0b495f

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)