Skip to content

Commit bbfb1b0

Browse files
committed
ci: upgrade macOS runners
1 parent 49e98cc commit bbfb1b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438
matrix:
439439
platform: ["arm64", "x86_64"]
440440
name: Build macOS ${{ matrix.platform }} binaries
441-
runs-on: ${{ matrix.platform == 'arm64' && 'macos-14' || 'macos-13' }}
441+
runs-on: ${{ matrix.platform == 'arm64' && 'macos-15' || 'macos-15-intel' }}
442442
needs: [prepare]
443443
env:
444444
HOMEBREW_NO_AUTO_UPDATE: 1

0 commit comments

Comments
 (0)