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 25296ea commit 0e74802Copy full SHA for 0e74802
.github/workflows/release.yaml
@@ -79,7 +79,7 @@ jobs:
79
strategy:
80
matrix:
81
# macos-14 is the Apple Silicon M1 runner
82
- platform: [ubuntu-20.04, windows-latest, 'macos-latest', 'macos-14']
+ platform: [ubuntu-20.04, windows-latest, 'macos-12', 'macos-14']
83
if: ${{ needs.create-release.outputs.release-published == 'true' }}
84
85
steps:
0 commit comments