Skip to content

Commit f038947

Browse files
committed
Use macos-15 in github actions
1 parent 149bb43 commit f038947

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-universal-neovim.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
runner: [ macos-14-large, macos-14 ]
13+
runner: [ macos-15 ]
1414
include:
15-
- runner: macos-14-large
15+
- runner: macos-15
1616
arch: x86_64
17-
- runner: macos-14
17+
- runner: macos-15
1818
arch: arm64
1919
runs-on: ${{ matrix.runner }}
2020
steps:
@@ -37,7 +37,7 @@ jobs:
3737

3838
publish:
3939
needs: [macos]
40-
runs-on: macos-14
40+
runs-on: macos-15
4141
env:
4242
GH_REPO: ${{ github.repository }}
4343
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)