Skip to content

Commit 38a01a8

Browse files
committed
Try another image for macos intel builds.
1 parent ec0e53a commit 38a01a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
build-macos:
9393
strategy:
9494
matrix:
95-
os: [macos-latest, macos-14-large] # -latest is for Apple Silicon, -14-large is for Intel
95+
os: [macos-latest, macos-15-intel] # -latest is for Apple Silicon, -15-intel is for Intel
9696
runs-on: ${{ matrix.os }}
9797
steps:
9898
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)