Skip to content

Commit e13a074

Browse files
committed
Use the correct runner for x64
1 parent 19688fc commit e13a074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
# macos-12 is for the x64 (intel) architecture
12+
# macos-15-large is for the x64 (intel) architecture
1313
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
14-
os: [ macos-15, macos-latest ]
14+
os: [ macos-15-large, macos-latest ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)