Skip to content

Commit 414a06b

Browse files
authored
Update CI runners to macOS 15 (#40)
1 parent b8a0890 commit 414a06b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
config: ['14']
13+
config: ['15']
1414
include:
15-
- config: '14'
16-
runner: 'macos-14'
17-
xcode-path: '/Applications/Xcode_15.4.app/Contents/Developer'
18-
upload-name: 'build-logs-macos14'
15+
- config: '15'
16+
runner: 'macos-15'
17+
xcode-path: '/Applications/Xcode_16.4.app/Contents/Developer'
18+
upload-name: 'build-logs-macos15'
1919

2020
name: Build and Test Komet on macOS
2121
runs-on: ${{ matrix.runner }}

0 commit comments

Comments
 (0)