Skip to content

Commit db968f0

Browse files
authored
Update build.yaml
1 parent facd89a commit db968f0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
ext: dll
101101
}
102102
- {
103-
os: macos-13,
103+
os: macos-15,
104104
name: macos,
105105
ext: dylib
106106
}
@@ -120,11 +120,6 @@ jobs:
120120

121121
- uses: ilammy/msvc-dev-cmd@v1
122122
if: matrix.config.name == 'windows'
123-
124-
- uses: maxim-lobanov/setup-xcode@v1
125-
if: matrix.config.name == 'macos'
126-
with:
127-
xcode-version: latest-stable
128123

129124
- name: Setup Python
130125
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)