Skip to content

Commit c98457b

Browse files
authored
Add macos-14-large to build matrix
1 parent 80e2dd6 commit c98457b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binary-dists.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
os_version: # See: https://github.com/actions/runner-images/blob/main/README.md#available-images
53-
- macos-14 # macOS 14 x86_64
53+
- macos-14-large # macOS 14 x86_64
5454
- macos-14-xlarge # macOS 14 arm64
5555

5656
runs-on: ${{ matrix.os_version }}

0 commit comments

Comments
 (0)