We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d117943 commit f909b96Copy full SHA for f909b96
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
- 1.24.6
40
sys:
41
- { os: ubuntu-latest }
42
- - { os: macos-13, shell: zsh }
+ - { os: macos-15-intel, shell: zsh }
43
- { os: macos-latest, shell: zsh }
44
- { os: windows-2025 }
45
- { os: ubuntu-24.04-arm }
@@ -512,7 +512,7 @@ jobs:
512
with:
513
name: |
514
session-build-ubuntu-latest
515
- session-build-macos-13
+ session-build-macos-15-intel
516
session-build-macos-latest
517
session-build-windows-2025
518
session-build-ubuntu-24.04-arm
0 commit comments