We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8ad13 commit 963d65aCopy full SHA for 963d65a
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
# - 1 "global" task that builds universal installers
100
# - N "local" tasks that build each platform's binaries and platform-specific installers
101
matrix: ${{ fromJson(needs.plan.outputs.val).ci.github.artifacts_matrix }}
102
- runs-on: ${{ matrix.runner }}
+ runs-on: ${{ matrix.runner == 'macos-12' && 'macos-15' || matrix.runner }}
103
env:
104
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105
BUILD_MANIFEST_NAME: target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json
0 commit comments