Skip to content

Commit 58e43f3

Browse files
committed
Use macos15 runner
1 parent eca1783 commit 58e43f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929

3030
macos:
3131
name: ${{ matrix.os.description }}
32-
runs-on: ${{ matrix.os.architecture == 'arm64' && 'macos-14' || 'macos-13' }}
32+
runs-on: ${{ matrix.os.architecture == 'x64' && 'macos-15-intel' || 'macos-15' }}
3333
strategy:
3434
fail-fast: false
3535
matrix:
3636
os: [
37-
{ architecture: 'arm64', description: 'macOS 14 (arm64)' },
38-
{ architecture: 'x64', description: 'macOS 13 (x64)' }
37+
{ architecture: 'arm64', description: 'macOS 15 (arm64)' },
38+
{ architecture: 'x64', description: 'macOS 15 (x64)' }
3939
]
4040

4141
steps:

0 commit comments

Comments
 (0)