chore: update macOS version in build workflow to 15-intel

This commit is contained in:
HarithaVattikuti
2025-11-03 10:38:51 -06:00
parent 6fdf7f098f
commit db2ae0a36e

View File

@@ -76,7 +76,7 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
platform: linux platform: linux
architecture: x64 architecture: x64
- os: macos-13 - os: macos-15-intel
platform: darwin platform: darwin
architecture: x64 architecture: x64
- os: windows-latest - os: windows-latest