Skip to content

Commit 3171ce5

Browse files
committed
Use macos-15 runner in build workflow
Bump GitHub Actions runner from macos-14 to macos-15 in the build-python workflow so CI uses the updated macOS image for building Python for iOS and macOS.
1 parent a09e212 commit 3171ce5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
build-darwin:
1515
name: Build Python for iOS and macOS
16-
runs-on: macos-14
16+
runs-on: macos-15
1717
permissions:
1818
contents: write
1919

0 commit comments

Comments
 (0)