Skip to content

Commit 570053a

Browse files
authored
Add macos-latest-large runner to release (#250)
According to https://github.com/actions/runner-images?tab=readme-ov-file#available-images, `maco-latest-large` should be the non-ARM macOS version.
1 parent 3c52e74 commit 570053a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
os: [ ubuntu-latest, windows-latest, macos-latest ]
41+
os: [ ubuntu-latest, windows-latest, macos-latest, macos-latest-large ]
4242
runs-on: ${{ matrix.os }}
4343
permissions:
4444
contents: write

0 commit comments

Comments
 (0)