Skip to content

Commit

Permalink
Hotfix GitHub workflow to support macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0enixKM committed Dec 21, 2024
1 parent ba8ad13 commit 963d65a
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 @@ -99,7 +99,7 @@ jobs:
# - 1 "global" task that builds universal installers
# - N "local" tasks that build each platform's binaries and platform-specific installers
matrix: ${{ fromJson(needs.plan.outputs.val).ci.github.artifacts_matrix }}
runs-on: ${{ matrix.runner }}
runs-on: ${{ matrix.runner == 'macos-12' && 'macos-15' || matrix.runner }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_MANIFEST_NAME: target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json
Expand Down

0 comments on commit 963d65a

Please sign in to comment.