We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0670df commit b0e13abCopy full SHA for b0e13ab
.github/workflows/main.yml
@@ -95,7 +95,7 @@ jobs:
95
asset_content_type: application/zip
96
build_macos:
97
name: "macos build: ${{ matrix.arch }}"
98
- runs-on: macos-latest
+ runs-on: ${{ matrix.arch == 'x64' && 'macos-13' || 'macos-latest' }}
99
needs: create_release # we need to know the upload URL
100
strategy:
101
fail-fast: true
0 commit comments