Skip to content

Commit f909b96

Browse files
committed
Update macOS runner.
macos-15 is ARM, so we need macos-15-intel.
1 parent d117943 commit f909b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- 1.24.6
4040
sys:
4141
- { os: ubuntu-latest }
42-
- { os: macos-13, shell: zsh }
42+
- { os: macos-15-intel, shell: zsh }
4343
- { os: macos-latest, shell: zsh }
4444
- { os: windows-2025 }
4545
- { os: ubuntu-24.04-arm }
@@ -512,7 +512,7 @@ jobs:
512512
with:
513513
name: |
514514
session-build-ubuntu-latest
515-
session-build-macos-13
515+
session-build-macos-15-intel
516516
session-build-macos-latest
517517
session-build-windows-2025
518518
session-build-ubuntu-24.04-arm

0 commit comments

Comments
 (0)