Skip to content

Commit 963d65a

Browse files
committed
Hotfix GitHub workflow to support macos-15
1 parent ba8ad13 commit 963d65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# - 1 "global" task that builds universal installers
100100
# - N "local" tasks that build each platform's binaries and platform-specific installers
101101
matrix: ${{ fromJson(needs.plan.outputs.val).ci.github.artifacts_matrix }}
102-
runs-on: ${{ matrix.runner }}
102+
runs-on: ${{ matrix.runner == 'macos-12' && 'macos-15' || matrix.runner }}
103103
env:
104104
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105105
BUILD_MANIFEST_NAME: target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json

0 commit comments

Comments
 (0)