ci: use macos-15-intel instead of macos-13

This commit is contained in:
Abdullah Atta
2025-12-17 14:49:46 +05:00
parent ccb0840771
commit 461c4acfb7

View File

@@ -45,7 +45,7 @@ jobs:
test-macos-x64:
name: Test macOS x64
needs: build
runs-on: macos-13
runs-on: macos-15-intel
steps:
- name: Check out Git repository