Skip to content

Commit b0e13ab

Browse files
committed
Fix multiarch builds on macOS
1 parent c0670df commit b0e13ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
asset_content_type: application/zip
9696
build_macos:
9797
name: "macos build: ${{ matrix.arch }}"
98-
runs-on: macos-latest
98+
runs-on: ${{ matrix.arch == 'x64' && 'macos-13' || 'macos-latest' }}
9999
needs: create_release # we need to know the upload URL
100100
strategy:
101101
fail-fast: true

0 commit comments

Comments
 (0)